Shades of Dodger Blue #1577FA
Tints of Dodger Blue #1577FA
RGB
CMYK
RGB Variations
Color information
#1577FA (or 0x1577FA) is known color: Dodger Blue. HEX triplet: 15, 77 and FA. RGB value is (21,119,250). Sum of RGB (Red+Green+Blue) = 21+119+250=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #1577FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1577FA is #EA8805. Grayscale: #686868. Windows color (decimal): -15370246 or 16414485. OLE color: 16414485.
HSL color Cylindrical-coordinate representation of color #1577FA: hue angle of 214.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1577FA is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 119 | 250 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.02 |
| HSL | 214.32º | 0.96% | 0.53% | - |
| HSV(B) | 214.32º | 0.92% | 0.98% | - |
| XYZ | 24.16 | 20.26 | 93.08 | - |
| YUV | 104.63 | 210.03 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 250 | 0.92 | 0.52 | 0 | 0.02 | 214.32 | 0.96 | 0.53 |
| Hex | 15 | 77 | FA | 5C | 34 | 0 | 2 | D6 | 60 | 35 |
| Octal | 25 | 167 | 372 | 134 | 64 | 0 | 2 | 326 | 140 | 65 |
| Binary | 10101 | 1110111 | 11111010 | 1011100 | 110100 | 0 | 10 | 11010110 | 1100000 | 110101 |
Color Harmonies of #1577FA
Complementary color
Monochromatic Colors of #1577FA
Black with #1577FA
Text Example
Text Example
White with #1577FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1577FA; }
p { color: rgb(21,119,250); }
H1.HeaderClassName
{
color: #1577FA;
}
.AnyTagClassName
{
color: #1577FA;
}
</style>
background-color css
<style>
a { background-color: #1577FA; }
a { background-color: rgb(21,119,250); }
div.DivClassName
{
background-color: #1577FA;
}
.BgClassName
{
background-color: #1577FA;
}
</style>
border-color css
<style>
span { border-color: #1577FA; }
span { border-color: rgb(21,119,250); }
td.TdClassName
{
border-color: #1577FA;
}
.TagClassName
{
border-color: #1577FA;
}
</style>