Shades of Dodger Blue #1472FF
Tints of Dodger Blue #1472FF
RGB
CMYK
RGB Variations
Color information
#1472FF (or 0x1472FF) is known color: Dodger Blue. HEX triplet: 14, 72 and FF. RGB value is (20,114,255). Sum of RGB (Red+Green+Blue) = 20+114+255=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #1472FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1472FF is #EB8D00. Grayscale: #656565. Windows color (decimal): -15437057 or 16740884. OLE color: 16740884.
HSL color Cylindrical-coordinate representation of color #1472FF: hue angle of 216º 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 #1472FF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 114 | 255 | - |
| CMYK | 0.92 | 0.55 | 0 | 0 |
| HSL | 216º | 1% | 0.54% | - |
| HSV(B) | 216º | 0.92% | 1% | - |
| XYZ | 24.36 | 19.4 | 97.07 | - |
| YUV | 101.97 | 214.36 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 255 | 0.92 | 0.55 | 0 | 0 | 216 | 1 | 0.54 |
| Hex | 14 | 72 | FF | 5C | 37 | 0 | 0 | D8 | 64 | 36 |
| Octal | 24 | 162 | 377 | 134 | 67 | 0 | 0 | 330 | 144 | 66 |
| Binary | 10100 | 1110010 | 11111111 | 1011100 | 110111 | 0 | 0 | 11011000 | 1100100 | 110110 |
Color Harmonies of #1472FF
Complementary color
Monochromatic Colors of #1472FF
Black with #1472FF
Text Example
Text Example
White with #1472FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472FF; }
p { color: rgb(20,114,255); }
H1.HeaderClassName
{
color: #1472FF;
}
.AnyTagClassName
{
color: #1472FF;
}
</style>
background-color css
<style>
a { background-color: #1472FF; }
a { background-color: rgb(20,114,255); }
div.DivClassName
{
background-color: #1472FF;
}
.BgClassName
{
background-color: #1472FF;
}
</style>
border-color css
<style>
span { border-color: #1472FF; }
span { border-color: rgb(20,114,255); }
td.TdClassName
{
border-color: #1472FF;
}
.TagClassName
{
border-color: #1472FF;
}
</style>