Shades of Dodger Blue #1577EF
Tints of Dodger Blue #1577EF
RGB
CMYK
RGB Variations
Color information
#1577EF (or 0x1577EF) is known color: Dodger Blue. HEX triplet: 15, 77 and EF. RGB value is (21,119,239). Sum of RGB (Red+Green+Blue) = 21+119+239=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #1577EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1577EF is #EA8810. Grayscale: #666666. Windows color (decimal): -15370257 or 15693589. OLE color: 15693589.
HSL color Cylindrical-coordinate representation of color #1577EF: hue angle of 213.03º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1577EF is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 119 | 239 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.06 |
| HSL | 213.03º | 0.87% | 0.51% | - |
| HSV(B) | 213.03º | 0.91% | 0.94% | - |
| XYZ | 22.49 | 19.59 | 84.26 | - |
| YUV | 103.38 | 204.53 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 239 | 0.91 | 0.50 | 0 | 0.06 | 213.03 | 0.87 | 0.51 |
| Hex | 15 | 77 | EF | 5B | 32 | 0 | 6 | D5 | 57 | 33 |
| Octal | 25 | 167 | 357 | 133 | 62 | 0 | 6 | 325 | 127 | 63 |
| Binary | 10101 | 1110111 | 11101111 | 1011011 | 110010 | 0 | 110 | 11010101 | 1010111 | 110011 |
Color Harmonies of #1577EF
Complementary color
Monochromatic Colors of #1577EF
Black with #1577EF
Text Example
Text Example
White with #1577EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1577EF; }
p { color: rgb(21,119,239); }
H1.HeaderClassName
{
color: #1577EF;
}
.AnyTagClassName
{
color: #1577EF;
}
</style>
background-color css
<style>
a { background-color: #1577EF; }
a { background-color: rgb(21,119,239); }
div.DivClassName
{
background-color: #1577EF;
}
.BgClassName
{
background-color: #1577EF;
}
</style>
border-color css
<style>
span { border-color: #1577EF; }
span { border-color: rgb(21,119,239); }
td.TdClassName
{
border-color: #1577EF;
}
.TagClassName
{
border-color: #1577EF;
}
</style>