#1992E8

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

Shades of Dodger Blue #1992E8

Tints of Dodger Blue #1992E8

Color information

#1992E8 (or 0x1992E8) is unknown color: approx Dodger Blue. HEX triplet: 19, 92 and E8. RGB value is (25,146,232). Sum of RGB (Red+Green+Blue) = 25+146+232=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 232 (91.02% from 255 or 57.57% from 403); Max value from RGB is 232 - color contains mainly: blue. Hex color #1992E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992E8 is #E66D17. Grayscale: #777777. Windows color (decimal): -15101208 or 15241753. OLE color: 15241753.

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

Color convert

RGB25146232-
CMYK0.890.3700.09
HSL204.93º81.82%50.39%-
HSV(B)204.93º89.22%90.98%-
XYZ25.2526.5980.15-
YUV119.62191.4160.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.20%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 232 (91.02% from 255) = 57.57%
R=6.20%
G=36.23%
B=57.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal251462320.890.3700.09204.9381.8250.39
Hex1992E8592509cd5232
Octal312223501314501131512262
Binary110011001001011101000101100110010101001110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1992E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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