Shades of Dodger Blue #1479FE
Tints of Dodger Blue #1479FE
RGB
CMYK
RGB Variations
Color information
#1479FE (or 0x1479FE) is known color: Dodger Blue. HEX triplet: 14, 79 and FE. RGB value is (20,121,254). Sum of RGB (Red+Green+Blue) = 20+121+254=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #1479FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479FE is #EB8601. Grayscale: #696969. Windows color (decimal): -15435266 or 16677140. OLE color: 16677140.
HSL color Cylindrical-coordinate representation of color #1479FE: hue angle of 214.1º 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 #1479FE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 121 | 254 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.00 |
| HSL | 214.1º | 0.99% | 0.54% | - |
| HSV(B) | 214.1º | 0.92% | 1% | - |
| XYZ | 25.02 | 20.98 | 96.5 | - |
| YUV | 105.96 | 211.54 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 254 | 0.92 | 0.52 | 0 | 0.00 | 214.1 | 0.99 | 0.54 |
| Hex | 14 | 79 | FE | 5C | 34 | 0 | 0 | D6 | 63 | 36 |
| Octal | 24 | 171 | 376 | 134 | 64 | 0 | 0 | 326 | 143 | 66 |
| Binary | 10100 | 1111001 | 11111110 | 1011100 | 110100 | 0 | 0 | 11010110 | 1100011 | 110110 |
Color Harmonies of #1479FE
Complementary color
Monochromatic Colors of #1479FE
Black with #1479FE
Text Example
Text Example
White with #1479FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479FE; }
p { color: rgb(20,121,254); }
H1.HeaderClassName
{
color: #1479FE;
}
.AnyTagClassName
{
color: #1479FE;
}
</style>
background-color css
<style>
a { background-color: #1479FE; }
a { background-color: rgb(20,121,254); }
div.DivClassName
{
background-color: #1479FE;
}
.BgClassName
{
background-color: #1479FE;
}
</style>
border-color css
<style>
span { border-color: #1479FE; }
span { border-color: rgb(20,121,254); }
td.TdClassName
{
border-color: #1479FE;
}
.TagClassName
{
border-color: #1479FE;
}
</style>