#1576EA

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

Shades of Dodger Blue #1576EA

Tints of Dodger Blue #1576EA

Color information

#1576EA (or 0x1576EA) is unknown color: approx Dodger Blue. HEX triplet: 15, 76 and EA. RGB value is (21,118,234). Sum of RGB (Red+Green+Blue) = 21+118+234=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #1576EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1576EA is #EA8915. Grayscale: #656565. Windows color (decimal): -15370518 or 15365653. OLE color: 15365653.

HSL color Cylindrical-coordinate representation of color #1576EA: hue angle of 212.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1576EA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21118234-
CMYK0.910.5000.08
HSL212.68º83.53%50%-
HSV(B)212.68º91.03%91.76%-
XYZ21.6419.0680.38-
YUV102.22202.3670.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.63%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=5.63%
G=31.64%
B=62.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal211182340.910.5000.08212.6883.5350
Hex1576EA5B3208d55432
Octal251663521336201032512462
Binary10101111011011101010101101111001001000110101011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1576EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1576EA; }

 p { color: rgb(21,118,234); }

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

<style>
 a { background-color: #1576EA; }

 a { background-color: rgb(21,118,234); }

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

<style>
 span { border-color: #1576EA; }

 span { border-color: rgb(21,118,234); }

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