#1899E7

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

Shades of Dodger Blue #1899E7

Tints of Dodger Blue #1899E7

Color information

#1899E7 (or 0x1899E7) is unknown color: approx Dodger Blue. HEX triplet: 18, 99 and E7. RGB value is (24,153,231). Sum of RGB (Red+Green+Blue) = 24+153+231=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #1899E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1899E7 is #E76618. Grayscale: #7A7A7A. Windows color (decimal): -15164953 or 15178008. OLE color: 15178008.

HSL color Cylindrical-coordinate representation of color #1899E7: hue angle of 202.61º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1899E7 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB24153231-
CMYK0.900.3400.09
HSL202.61º81.18%50%-
HSV(B)202.61º89.61%90.59%-
XYZ26.1928.7579.77-
YUV123.32188.7657.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.88%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 231 (90.62% from 255) = 56.62%
R=5.88%
G=37.5%
B=56.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal241532310.900.3400.09202.6181.1850
Hex1899E75A2209cb5132
Octal302313471324201131312162
Binary110001001100111100111101101010001001001110010111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1899E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1899E7; }

 p { color: rgb(24,153,231); }

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

<style>
 a { background-color: #1899E7; }

 a { background-color: rgb(24,153,231); }

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

<style>
 span { border-color: #1899E7; }

 span { border-color: rgb(24,153,231); }

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