#317FF7

Color #317FF7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #317FF7

Tints of Dodger Blue #317FF7

Color information

#317FF7 (or 0x317FF7) is unknown color: approx Dodger Blue. HEX triplet: 31, 7F and F7. RGB value is (49,127,247). Sum of RGB (Red+Green+Blue) = 49+127+247=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #317FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317FF7 is #CE8008. Grayscale: #747474. Windows color (decimal): -13533193 or 16219953. OLE color: 16219953.

HSL color Cylindrical-coordinate representation of color #317FF7: hue angle of 216.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #317FF7 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB49127247-
CMYK0.800.4900.03
HSL216.36º92.52%58.04%-
HSV(B)216.36º80.16%96.86%-
XYZ25.6422.5591-
YUV117.36201.1679.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 11.58%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 247 (96.88% from 255) = 58.39%
R=11.58%
G=30.02%
B=58.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal491272470.800.4900.03216.3692.5258.04
Hex317FF7503103d85d3a
Octal61177367120610333013572
Binary1100011111111111101111010000110001011110110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317FF7; }

 p { color: rgb(49,127,247); }

 H1.HeaderClassName
 {
   color: #317FF7;
 }
 .AnyTagClassName
 {
   color: #317FF7;
 }
</style>
background-color css

<style>
 a { background-color: #317FF7; }

 a { background-color: rgb(49,127,247); }

 div.DivClassName
 {
   background-color: #317FF7;
 }
 .BgClassName
 {
   background-color: #317FF7;
 }
</style>
border-color css

<style>
 span { border-color: #317FF7; }

 span { border-color: rgb(49,127,247); }

 td.TdClassName
 {
   border-color: #317FF7;
 }
 .TagClassName
 {
   border-color: #317FF7;
 }
</style>