Shades of Dodger Blue #1474FC
Tints of Dodger Blue #1474FC
RGB
CMYK
RGB Variations
Color information
#1474FC (or 0x1474FC) is known color: Dodger Blue. HEX triplet: 14, 74 and FC. RGB value is (20,116,252). Sum of RGB (Red+Green+Blue) = 20+116+252=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #1474FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1474FC is #EB8B03. Grayscale: #666666. Windows color (decimal): -15436548 or 16544788. OLE color: 16544788.
HSL color Cylindrical-coordinate representation of color #1474FC: hue angle of 215.17º 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 #1474FC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 116 | 252 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.01 |
| HSL | 215.17º | 0.97% | 0.53% | - |
| HSV(B) | 215.17º | 0.92% | 0.99% | - |
| XYZ | 24.1 | 19.67 | 94.62 | - |
| YUV | 102.8 | 212.2 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 252 | 0.92 | 0.54 | 0 | 0.01 | 215.17 | 0.97 | 0.53 |
| Hex | 14 | 74 | FC | 5C | 36 | 0 | 1 | D7 | 61 | 35 |
| Octal | 24 | 164 | 374 | 134 | 66 | 0 | 1 | 327 | 141 | 65 |
| Binary | 10100 | 1110100 | 11111100 | 1011100 | 110110 | 0 | 1 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1474FC
Complementary color
Monochromatic Colors of #1474FC
Black with #1474FC
Text Example
Text Example
White with #1474FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1474FC; }
p { color: rgb(20,116,252); }
H1.HeaderClassName
{
color: #1474FC;
}
.AnyTagClassName
{
color: #1474FC;
}
</style>
background-color css
<style>
a { background-color: #1474FC; }
a { background-color: rgb(20,116,252); }
div.DivClassName
{
background-color: #1474FC;
}
.BgClassName
{
background-color: #1474FC;
}
</style>
border-color css
<style>
span { border-color: #1474FC; }
span { border-color: rgb(20,116,252); }
td.TdClassName
{
border-color: #1474FC;
}
.TagClassName
{
border-color: #1474FC;
}
</style>