#319CF9

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

Shades of Dodger Blue #319CF9

Tints of Dodger Blue #319CF9

Color information

#319CF9 (or 0x319CF9) is unknown color: approx Dodger Blue. HEX triplet: 31, 9C and F9. RGB value is (49,156,249). Sum of RGB (Red+Green+Blue) = 49+156+249=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #319CF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CF9 is #CE6306. Grayscale: #868686. Windows color (decimal): -13525767 or 16358449. OLE color: 16358449.

HSL color Cylindrical-coordinate representation of color #319CF9: hue angle of 207.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319CF9 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB49156249-
CMYK0.800.3700.02
HSL207.9º94.34%58.43%-
HSV(B)207.9º80.32%97.65%-
XYZ30.2531.2794.06-
YUV134.61192.5566.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.79%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 249 (97.66% from 255) = 54.85%
R=10.79%
G=34.36%
B=54.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal491562490.800.3700.02207.994.3458.43
Hex319CF9502502d05e3a
Octal61234371120450232013672
Binary11000110011100111110011010000100101010110100001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319CF9; }

 p { color: rgb(49,156,249); }

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

<style>
 a { background-color: #319CF9; }

 a { background-color: rgb(49,156,249); }

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

<style>
 span { border-color: #319CF9; }

 span { border-color: rgb(49,156,249); }

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