Shades of Dodger Blue #1072EF
Tints of Dodger Blue #1072EF
RGB
CMYK
RGB Variations
Color information
#1072EF (or 0x1072EF) is known color: Dodger Blue. HEX triplet: 10, 72 and EF. RGB value is (16,114,239). Sum of RGB (Red+Green+Blue) = 16+114+239=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #1072EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072EF is #EF8D10. Grayscale: #626262. Windows color (decimal): -15699217 or 15692304. OLE color: 15692304.
HSL color Cylindrical-coordinate representation of color #1072EF: hue angle of 213.63º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1072EF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 114 | 239 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.06 |
| HSL | 213.63º | 0.87% | 0.5% | - |
| HSV(B) | 213.63º | 0.93% | 0.94% | - |
| XYZ | 21.81 | 18.38 | 84.06 | - |
| YUV | 98.95 | 207.03 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 239 | 0.93 | 0.52 | 0 | 0.06 | 213.63 | 0.87 | 0.5 |
| Hex | 10 | 72 | EF | 5D | 34 | 0 | 6 | D6 | 57 | 32 |
| Octal | 20 | 162 | 357 | 135 | 64 | 0 | 6 | 326 | 127 | 62 |
| Binary | 10000 | 1110010 | 11101111 | 1011101 | 110100 | 0 | 110 | 11010110 | 1010111 | 110010 |
Color Harmonies of #1072EF
Complementary color
Monochromatic Colors of #1072EF
Black with #1072EF
Text Example
Text Example
White with #1072EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072EF; }
p { color: rgb(16,114,239); }
H1.HeaderClassName
{
color: #1072EF;
}
.AnyTagClassName
{
color: #1072EF;
}
</style>
background-color css
<style>
a { background-color: #1072EF; }
a { background-color: rgb(16,114,239); }
div.DivClassName
{
background-color: #1072EF;
}
.BgClassName
{
background-color: #1072EF;
}
</style>
border-color css
<style>
span { border-color: #1072EF; }
span { border-color: rgb(16,114,239); }
td.TdClassName
{
border-color: #1072EF;
}
.TagClassName
{
border-color: #1072EF;
}
</style>