Shades of Dodger Blue #1474FE
Tints of Dodger Blue #1474FE
RGB
CMYK
RGB Variations
Color information
#1474FE (or 0x1474FE) is known color: Dodger Blue. HEX triplet: 14, 74 and FE. RGB value is (20,116,254). Sum of RGB (Red+Green+Blue) = 20+116+254=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #1474FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1474FE is #EB8B01. Grayscale: #666666. Windows color (decimal): -15436546 or 16675860. OLE color: 16675860.
HSL color Cylindrical-coordinate representation of color #1474FE: hue angle of 215.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1474FE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 116 | 254 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.00 |
| HSL | 215.38º | 0.99% | 0.54% | - |
| HSV(B) | 215.38º | 0.92% | 1% | - |
| XYZ | 24.42 | 19.8 | 96.3 | - |
| YUV | 103.03 | 213.2 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 254 | 0.92 | 0.54 | 0 | 0.00 | 215.38 | 0.99 | 0.54 |
| Hex | 14 | 74 | FE | 5C | 36 | 0 | 0 | D7 | 63 | 36 |
| Octal | 24 | 164 | 376 | 134 | 66 | 0 | 0 | 327 | 143 | 66 |
| Binary | 10100 | 1110100 | 11111110 | 1011100 | 110110 | 0 | 0 | 11010111 | 1100011 | 110110 |
Color Harmonies of #1474FE
Complementary color
Monochromatic Colors of #1474FE
Black with #1474FE
Text Example
Text Example
White with #1474FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1474FE; }
p { color: rgb(20,116,254); }
H1.HeaderClassName
{
color: #1474FE;
}
.AnyTagClassName
{
color: #1474FE;
}
</style>
background-color css
<style>
a { background-color: #1474FE; }
a { background-color: rgb(20,116,254); }
div.DivClassName
{
background-color: #1474FE;
}
.BgClassName
{
background-color: #1474FE;
}
</style>
border-color css
<style>
span { border-color: #1474FE; }
span { border-color: rgb(20,116,254); }
td.TdClassName
{
border-color: #1474FE;
}
.TagClassName
{
border-color: #1474FE;
}
</style>