#1990E8

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

Shades of Dodger Blue #1990E8

Tints of Dodger Blue #1990E8

Color information

#1990E8 (or 0x1990E8) is unknown color: approx Dodger Blue. HEX triplet: 19, 90 and E8. RGB value is (25,144,232). Sum of RGB (Red+Green+Blue) = 25+144+232=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #1990E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990E8 is #E66F17. Grayscale: #757575. Windows color (decimal): -15101720 or 15241241. OLE color: 15241241.

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

Color convert

RGB25144232-
CMYK0.890.3800.09
HSL205.51º81.82%50.39%-
HSV(B)205.51º89.22%90.98%-
XYZ24.9425.9880.04-
YUV118.45192.0861.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.23%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 232 (91.02% from 255) = 57.86%
R=6.23%
G=35.91%
B=57.86%

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
Decimal251442320.890.3800.09205.5181.8250.39
Hex1990E8592609ce5232
Octal312203501314601131612262
Binary110011001000011101000101100110011001001110011101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1990E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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