#1972E8

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

Shades of Dodger Blue #1972E8

Tints of Dodger Blue #1972E8

Color information

#1972E8 (or 0x1972E8) is unknown color: approx Dodger Blue. HEX triplet: 19, 72 and E8. RGB value is (25,114,232). Sum of RGB (Red+Green+Blue) = 25+114+232=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #1972E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1972E8 is #E68D17. Grayscale: #646464. Windows color (decimal): -15109400 or 15233561. OLE color: 15233561.

HSL color Cylindrical-coordinate representation of color #1972E8: hue angle of 214.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1972E8 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25114232-
CMYK0.890.5100.09
HSL214.2º81.82%50.39%-
HSV(B)214.2º89.22%90.98%-
XYZ20.9818.0778.73-
YUV100.84202.0173.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.74%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 232 (91.02% from 255) = 62.53%
R=6.74%
G=30.73%
B=62.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal251142320.890.5100.09214.281.8250.39
Hex1972E8593309d65232
Octal311623501316301132612262
Binary11001111001011101000101100111001101001110101101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1972E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1972E8; }

 p { color: rgb(25,114,232); }

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

<style>
 a { background-color: #1972E8; }

 a { background-color: rgb(25,114,232); }

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

<style>
 span { border-color: #1972E8; }

 span { border-color: rgb(25,114,232); }

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