Shades of Dodger Blue #1473F7
Tints of Dodger Blue #1473F7
RGB
CMYK
RGB Variations
Color information
#1473F7 (or 0x1473F7) is known color: Dodger Blue. HEX triplet: 14, 73 and F7. RGB value is (20,115,247). Sum of RGB (Red+Green+Blue) = 20+115+247=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 247 (96.88% from 255 or 64.66% from 382); Max value from RGB is 247 - color contains mainly: blue. Hex color #1473F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1473F7 is #EB8C08. Grayscale: #656565. Windows color (decimal): -15436809 or 16216852. OLE color: 16216852.
HSL color Cylindrical-coordinate representation of color #1473F7: hue angle of 214.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1473F7 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 115 | 247 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.03 |
| HSL | 214.89º | 0.93% | 0.52% | - |
| HSV(B) | 214.89º | 0.92% | 0.97% | - |
| XYZ | 23.21 | 19.13 | 90.46 | - |
| YUV | 101.64 | 210.03 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 247 | 0.92 | 0.53 | 0 | 0.03 | 214.89 | 0.93 | 0.52 |
| Hex | 14 | 73 | F7 | 5C | 35 | 0 | 3 | D7 | 5D | 34 |
| Octal | 24 | 163 | 367 | 134 | 65 | 0 | 3 | 327 | 135 | 64 |
| Binary | 10100 | 1110011 | 11110111 | 1011100 | 110101 | 0 | 11 | 11010111 | 1011101 | 110100 |
Color Harmonies of #1473F7
Complementary color
Monochromatic Colors of #1473F7
Black with #1473F7
Text Example
Text Example
White with #1473F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473F7; }
p { color: rgb(20,115,247); }
H1.HeaderClassName
{
color: #1473F7;
}
.AnyTagClassName
{
color: #1473F7;
}
</style>
background-color css
<style>
a { background-color: #1473F7; }
a { background-color: rgb(20,115,247); }
div.DivClassName
{
background-color: #1473F7;
}
.BgClassName
{
background-color: #1473F7;
}
</style>
border-color css
<style>
span { border-color: #1473F7; }
span { border-color: rgb(20,115,247); }
td.TdClassName
{
border-color: #1473F7;
}
.TagClassName
{
border-color: #1473F7;
}
</style>