Shades of Dodger Blue #1478FF
Tints of Dodger Blue #1478FF
RGB
CMYK
RGB Variations
Color information
#1478FF (or 0x1478FF) is known color: Dodger Blue. HEX triplet: 14, 78 and FF. RGB value is (20,120,255). Sum of RGB (Red+Green+Blue) = 20+120+255=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1478FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1478FF is #EB8700. Grayscale: #686868. Windows color (decimal): -15435521 or 16742420. OLE color: 16742420.
HSL color Cylindrical-coordinate representation of color #1478FF: hue angle of 214.47º 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 #1478FF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 120 | 255 | - |
| CMYK | 0.92 | 0.53 | 0 | 0 |
| HSL | 214.47º | 1% | 0.54% | - |
| HSV(B) | 214.47º | 0.92% | 1% | - |
| XYZ | 25.05 | 20.8 | 97.3 | - |
| YUV | 105.49 | 212.37 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 255 | 0.92 | 0.53 | 0 | 0 | 214.47 | 1 | 0.54 |
| Hex | 14 | 78 | FF | 5C | 35 | 0 | 0 | D6 | 64 | 36 |
| Octal | 24 | 170 | 377 | 134 | 65 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10100 | 1111000 | 11111111 | 1011100 | 110101 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #1478FF
Complementary color
Monochromatic Colors of #1478FF
Black with #1478FF
Text Example
Text Example
White with #1478FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1478FF; }
p { color: rgb(20,120,255); }
H1.HeaderClassName
{
color: #1478FF;
}
.AnyTagClassName
{
color: #1478FF;
}
</style>
background-color css
<style>
a { background-color: #1478FF; }
a { background-color: rgb(20,120,255); }
div.DivClassName
{
background-color: #1478FF;
}
.BgClassName
{
background-color: #1478FF;
}
</style>
border-color css
<style>
span { border-color: #1478FF; }
span { border-color: rgb(20,120,255); }
td.TdClassName
{
border-color: #1478FF;
}
.TagClassName
{
border-color: #1478FF;
}
</style>