Shades of Dodger Blue #1578EA
Tints of Dodger Blue #1578EA
RGB
CMYK
RGB Variations
Color information
#1578EA (or 0x1578EA) is known color: Dodger Blue. HEX triplet: 15, 78 and EA. RGB value is (21,120,234). Sum of RGB (Red+Green+Blue) = 21+120+234=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1578EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1578EA is #EA8715. Grayscale: #666666. Windows color (decimal): -15370006 or 15366165. OLE color: 15366165.
HSL color Cylindrical-coordinate representation of color #1578EA: hue angle of 212.11º 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 #1578EA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 120 | 234 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.08 |
| HSL | 212.11º | 0.84% | 0.5% | - |
| HSV(B) | 212.11º | 0.91% | 0.92% | - |
| XYZ | 21.88 | 19.53 | 80.46 | - |
| YUV | 103.4 | 201.7 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 234 | 0.91 | 0.49 | 0 | 0.08 | 212.11 | 0.84 | 0.5 |
| Hex | 15 | 78 | EA | 5B | 31 | 0 | 8 | D4 | 54 | 32 |
| Octal | 25 | 170 | 352 | 133 | 61 | 0 | 10 | 324 | 124 | 62 |
| Binary | 10101 | 1111000 | 11101010 | 1011011 | 110001 | 0 | 1000 | 11010100 | 1010100 | 110010 |
Color Harmonies of #1578EA
Complementary color
Monochromatic Colors of #1578EA
Black with #1578EA
Text Example
Text Example
White with #1578EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1578EA; }
p { color: rgb(21,120,234); }
H1.HeaderClassName
{
color: #1578EA;
}
.AnyTagClassName
{
color: #1578EA;
}
</style>
background-color css
<style>
a { background-color: #1578EA; }
a { background-color: rgb(21,120,234); }
div.DivClassName
{
background-color: #1578EA;
}
.BgClassName
{
background-color: #1578EA;
}
</style>
border-color css
<style>
span { border-color: #1578EA; }
span { border-color: rgb(21,120,234); }
td.TdClassName
{
border-color: #1578EA;
}
.TagClassName
{
border-color: #1578EA;
}
</style>