#319EF5

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

Shades of Dodger Blue #319EF5

Tints of Dodger Blue #319EF5

Color information

#319EF5 (or 0x319EF5) is unknown color: approx Dodger Blue. HEX triplet: 31, 9E and F5. RGB value is (49,158,245). Sum of RGB (Red+Green+Blue) = 49+158+245=452 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.84% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #319EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319EF5 is #CE610A. Grayscale: #868686. Windows color (decimal): -13525259 or 16096817. OLE color: 16096817.

HSL color Cylindrical-coordinate representation of color #319EF5: hue angle of 206.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319EF5 is Cyan = 0.8, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49158245-
CMYK0.80.3600.04
HSL206.63º90.74%57.65%-
HSV(B)206.63º80%96.08%-
XYZ29.9731.790.92-
YUV135.33189.8966.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.84%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 245 (96.09% from 255) = 54.20%
R=10.84%
G=34.96%
B=54.20%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491582450.80.3600.04206.6390.7457.65
Hex319EF5502404cf5b3a
Octal61236365120440431713372
Binary110001100111101111010110100001001000100110011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,158,245); }

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

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

 a { background-color: rgb(49,158,245); }

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

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

 span { border-color: rgb(49,158,245); }

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