Shades of Dodger Blue #1474FF
Tints of Dodger Blue #1474FF
RGB
CMYK
RGB Variations
Color information
#1474FF (or 0x1474FF) is known color: Dodger Blue. HEX triplet: 14, 74 and FF. RGB value is (20,116,255). Sum of RGB (Red+Green+Blue) = 20+116+255=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1474FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1474FF is #EB8B00. Grayscale: #666666. Windows color (decimal): -15436545 or 16741396. OLE color: 16741396.
HSL color Cylindrical-coordinate representation of color #1474FF: hue angle of 215.49º 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 #1474FF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 116 | 255 | - |
| CMYK | 0.92 | 0.55 | 0 | 0 |
| HSL | 215.49º | 1% | 0.54% | - |
| HSV(B) | 215.49º | 0.92% | 1% | - |
| XYZ | 24.58 | 19.86 | 97.15 | - |
| YUV | 103.14 | 213.7 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 255 | 0.92 | 0.55 | 0 | 0 | 215.49 | 1 | 0.54 |
| Hex | 14 | 74 | FF | 5C | 37 | 0 | 0 | D7 | 64 | 36 |
| Octal | 24 | 164 | 377 | 134 | 67 | 0 | 0 | 327 | 144 | 66 |
| Binary | 10100 | 1110100 | 11111111 | 1011100 | 110111 | 0 | 0 | 11010111 | 1100100 | 110110 |
Color Harmonies of #1474FF
Complementary color
Monochromatic Colors of #1474FF
Black with #1474FF
Text Example
Text Example
White with #1474FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1474FF; }
p { color: rgb(20,116,255); }
H1.HeaderClassName
{
color: #1474FF;
}
.AnyTagClassName
{
color: #1474FF;
}
</style>
background-color css
<style>
a { background-color: #1474FF; }
a { background-color: rgb(20,116,255); }
div.DivClassName
{
background-color: #1474FF;
}
.BgClassName
{
background-color: #1474FF;
}
</style>
border-color css
<style>
span { border-color: #1474FF; }
span { border-color: rgb(20,116,255); }
td.TdClassName
{
border-color: #1474FF;
}
.TagClassName
{
border-color: #1474FF;
}
</style>