#1991E8

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

Shades of Dodger Blue #1991E8

Tints of Dodger Blue #1991E8

Color information

#1991E8 (or 0x1991E8) is unknown color: approx Dodger Blue. HEX triplet: 19, 91 and E8. RGB value is (25,145,232). Sum of RGB (Red+Green+Blue) = 25+145+232=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #1991E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991E8 is #E66E17. Grayscale: #767676. Windows color (decimal): -15101464 or 15241497. OLE color: 15241497.

HSL color Cylindrical-coordinate representation of color #1991E8: hue angle of 205.22º 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 #1991E8 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25145232-
CMYK0.890.3800.09
HSL205.22º81.82%50.39%-
HSV(B)205.22º89.22%90.98%-
XYZ25.0926.2880.09-
YUV119.04191.7460.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.22%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 232 (91.02% from 255) = 57.71%
R=6.22%
G=36.07%
B=57.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal251452320.890.3800.09205.2281.8250.39
Hex1991E8592609cd5232
Octal312213501314601131512262
Binary110011001000111101000101100110011001001110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1991E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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