Shades of Dodger Blue #1577EA
Tints of Dodger Blue #1577EA
RGB
CMYK
RGB Variations
Color information
#1577EA (or 0x1577EA) is known color: Dodger Blue. HEX triplet: 15, 77 and EA. RGB value is (21,119,234). Sum of RGB (Red+Green+Blue) = 21+119+234=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #1577EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1577EA is #EA8815. Grayscale: #666666. Windows color (decimal): -15370262 or 15365909. OLE color: 15365909.
HSL color Cylindrical-coordinate representation of color #1577EA: hue angle of 212.39º 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 #1577EA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 119 | 234 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.08 |
| HSL | 212.39º | 0.84% | 0.5% | - |
| HSV(B) | 212.39º | 0.91% | 0.92% | - |
| XYZ | 21.76 | 19.29 | 80.42 | - |
| YUV | 102.81 | 202.03 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 234 | 0.91 | 0.49 | 0 | 0.08 | 212.39 | 0.84 | 0.5 |
| Hex | 15 | 77 | EA | 5B | 31 | 0 | 8 | D4 | 54 | 32 |
| Octal | 25 | 167 | 352 | 133 | 61 | 0 | 10 | 324 | 124 | 62 |
| Binary | 10101 | 1110111 | 11101010 | 1011011 | 110001 | 0 | 1000 | 11010100 | 1010100 | 110010 |
Color Harmonies of #1577EA
Complementary color
Monochromatic Colors of #1577EA
Black with #1577EA
Text Example
Text Example
White with #1577EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1577EA; }
p { color: rgb(21,119,234); }
H1.HeaderClassName
{
color: #1577EA;
}
.AnyTagClassName
{
color: #1577EA;
}
</style>
background-color css
<style>
a { background-color: #1577EA; }
a { background-color: rgb(21,119,234); }
div.DivClassName
{
background-color: #1577EA;
}
.BgClassName
{
background-color: #1577EA;
}
</style>
border-color css
<style>
span { border-color: #1577EA; }
span { border-color: rgb(21,119,234); }
td.TdClassName
{
border-color: #1577EA;
}
.TagClassName
{
border-color: #1577EA;
}
</style>