Shades of Dodger Blue #1578FF
Tints of Dodger Blue #1578FF
RGB
CMYK
RGB Variations
Color information
#1578FF (or 0x1578FF) is known color: Dodger Blue. HEX triplet: 15, 78 and FF. RGB value is (21,120,255). Sum of RGB (Red+Green+Blue) = 21+120+255=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #1578FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1578FF is #EA8700. Grayscale: #696969. Windows color (decimal): -15369985 or 16742421. OLE color: 16742421.
HSL color Cylindrical-coordinate representation of color #1578FF: hue angle of 214.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1578FF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 120 | 255 | - |
| CMYK | 0.92 | 0.53 | 0 | 0 |
| HSL | 214.62º | 1% | 0.54% | - |
| HSV(B) | 214.62º | 0.92% | 1% | - |
| XYZ | 25.08 | 20.81 | 97.3 | - |
| YUV | 105.79 | 212.2 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 255 | 0.92 | 0.53 | 0 | 0 | 214.62 | 1 | 0.54 |
| Hex | 15 | 78 | FF | 5C | 35 | 0 | 0 | D7 | 64 | 36 |
| Octal | 25 | 170 | 377 | 134 | 65 | 0 | 0 | 327 | 144 | 66 |
| Binary | 10101 | 1111000 | 11111111 | 1011100 | 110101 | 0 | 0 | 11010111 | 1100100 | 110110 |
Color Harmonies of #1578FF
Complementary color
Monochromatic Colors of #1578FF
Black with #1578FF
Text Example
Text Example
White with #1578FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1578FF; }
p { color: rgb(21,120,255); }
H1.HeaderClassName
{
color: #1578FF;
}
.AnyTagClassName
{
color: #1578FF;
}
</style>
background-color css
<style>
a { background-color: #1578FF; }
a { background-color: rgb(21,120,255); }
div.DivClassName
{
background-color: #1578FF;
}
.BgClassName
{
background-color: #1578FF;
}
</style>
border-color css
<style>
span { border-color: #1578FF; }
span { border-color: rgb(21,120,255); }
td.TdClassName
{
border-color: #1578FF;
}
.TagClassName
{
border-color: #1578FF;
}
</style>