Shades of Dodger Blue #1476FC
Tints of Dodger Blue #1476FC
RGB
CMYK
RGB Variations
Color information
#1476FC (or 0x1476FC) is known color: Dodger Blue. HEX triplet: 14, 76 and FC. RGB value is (20,118,252). Sum of RGB (Red+Green+Blue) = 20+118+252=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #1476FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1476FC is #EB8903. Grayscale: #676767. Windows color (decimal): -15436036 or 16545300. OLE color: 16545300.
HSL color Cylindrical-coordinate representation of color #1476FC: hue angle of 214.66º 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 #1476FC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 118 | 252 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.01 |
| HSL | 214.66º | 0.97% | 0.53% | - |
| HSV(B) | 214.66º | 0.92% | 0.99% | - |
| XYZ | 24.34 | 20.13 | 94.7 | - |
| YUV | 103.97 | 211.53 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 252 | 0.92 | 0.53 | 0 | 0.01 | 214.66 | 0.97 | 0.53 |
| Hex | 14 | 76 | FC | 5C | 35 | 0 | 1 | D7 | 61 | 35 |
| Octal | 24 | 166 | 374 | 134 | 65 | 0 | 1 | 327 | 141 | 65 |
| Binary | 10100 | 1110110 | 11111100 | 1011100 | 110101 | 0 | 1 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1476FC
Complementary color
Monochromatic Colors of #1476FC
Black with #1476FC
Text Example
Text Example
White with #1476FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1476FC; }
p { color: rgb(20,118,252); }
H1.HeaderClassName
{
color: #1476FC;
}
.AnyTagClassName
{
color: #1476FC;
}
</style>
background-color css
<style>
a { background-color: #1476FC; }
a { background-color: rgb(20,118,252); }
div.DivClassName
{
background-color: #1476FC;
}
.BgClassName
{
background-color: #1476FC;
}
</style>
border-color css
<style>
span { border-color: #1476FC; }
span { border-color: rgb(20,118,252); }
td.TdClassName
{
border-color: #1476FC;
}
.TagClassName
{
border-color: #1476FC;
}
</style>