Shades of Dodger Blue #1479FC
Tints of Dodger Blue #1479FC
RGB
CMYK
RGB Variations
Color information
#1479FC (or 0x1479FC) is known color: Dodger Blue. HEX triplet: 14, 79 and FC. RGB value is (20,121,252). Sum of RGB (Red+Green+Blue) = 20+121+252=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #1479FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1479FC is #EB8603. Grayscale: #696969. Windows color (decimal): -15435268 or 16546068. OLE color: 16546068.
HSL color Cylindrical-coordinate representation of color #1479FC: hue angle of 213.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1479FC is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 121 | 252 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.01 |
| HSL | 213.88º | 0.97% | 0.53% | - |
| HSV(B) | 213.88º | 0.92% | 0.99% | - |
| XYZ | 24.7 | 20.85 | 94.82 | - |
| YUV | 105.74 | 210.54 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 252 | 0.92 | 0.52 | 0 | 0.01 | 213.88 | 0.97 | 0.53 |
| Hex | 14 | 79 | FC | 5C | 34 | 0 | 1 | D6 | 61 | 35 |
| Octal | 24 | 171 | 374 | 134 | 64 | 0 | 1 | 326 | 141 | 65 |
| Binary | 10100 | 1111001 | 11111100 | 1011100 | 110100 | 0 | 1 | 11010110 | 1100001 | 110101 |
Color Harmonies of #1479FC
Complementary color
Monochromatic Colors of #1479FC
Black with #1479FC
Text Example
Text Example
White with #1479FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479FC; }
p { color: rgb(20,121,252); }
H1.HeaderClassName
{
color: #1479FC;
}
.AnyTagClassName
{
color: #1479FC;
}
</style>
background-color css
<style>
a { background-color: #1479FC; }
a { background-color: rgb(20,121,252); }
div.DivClassName
{
background-color: #1479FC;
}
.BgClassName
{
background-color: #1479FC;
}
</style>
border-color css
<style>
span { border-color: #1479FC; }
span { border-color: rgb(20,121,252); }
td.TdClassName
{
border-color: #1479FC;
}
.TagClassName
{
border-color: #1479FC;
}
</style>