Shades of Dodger Blue #1464F7
Tints of Dodger Blue #1464F7
RGB
CMYK
RGB Variations
Color information
#1464F7 (or 0x1464F7) is known color: Dodger Blue. HEX triplet: 14, 64 and F7. RGB value is (20,100,247). Sum of RGB (Red+Green+Blue) = 20+100+247=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #1464F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464F7 is #EB9B08. Grayscale: #5C5C5C. Windows color (decimal): -15440649 or 16213012. OLE color: 16213012.
HSL color Cylindrical-coordinate representation of color #1464F7: hue angle of 218.85º 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 #1464F7 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 100 | 247 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.03 |
| HSL | 218.85º | 0.93% | 0.52% | - |
| HSV(B) | 218.85º | 0.92% | 0.97% | - |
| XYZ | 21.63 | 15.98 | 89.94 | - |
| YUV | 92.84 | 215 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 247 | 0.92 | 0.60 | 0 | 0.03 | 218.85 | 0.93 | 0.52 |
| Hex | 14 | 64 | F7 | 5C | 3C | 0 | 3 | DB | 5D | 34 |
| Octal | 24 | 144 | 367 | 134 | 74 | 0 | 3 | 333 | 135 | 64 |
| Binary | 10100 | 1100100 | 11110111 | 1011100 | 111100 | 0 | 11 | 11011011 | 1011101 | 110100 |
Color Harmonies of #1464F7
Complementary color
Monochromatic Colors of #1464F7
Black with #1464F7
Text Example
Text Example
White with #1464F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464F7; }
p { color: rgb(20,100,247); }
H1.HeaderClassName
{
color: #1464F7;
}
.AnyTagClassName
{
color: #1464F7;
}
</style>
background-color css
<style>
a { background-color: #1464F7; }
a { background-color: rgb(20,100,247); }
div.DivClassName
{
background-color: #1464F7;
}
.BgClassName
{
background-color: #1464F7;
}
</style>
border-color css
<style>
span { border-color: #1464F7; }
span { border-color: rgb(20,100,247); }
td.TdClassName
{
border-color: #1464F7;
}
.TagClassName
{
border-color: #1464F7;
}
</style>