Shades of Dodger Blue #1072F0
Tints of Dodger Blue #1072F0
RGB
CMYK
RGB Variations
Color information
#1072F0 (or 0x1072F0) is known color: Dodger Blue. HEX triplet: 10, 72 and F0. RGB value is (16,114,240). Sum of RGB (Red+Green+Blue) = 16+114+240=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #1072F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072F0 is #EF8D0F. Grayscale: #626262. Windows color (decimal): -15699216 or 15757840. OLE color: 15757840.
HSL color Cylindrical-coordinate representation of color #1072F0: hue angle of 213.75º degrees, saturation: 0.88, 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 #1072F0 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 114 | 240 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.06 |
| HSL | 213.75º | 0.88% | 0.5% | - |
| HSV(B) | 213.75º | 0.93% | 0.94% | - |
| XYZ | 21.96 | 18.44 | 84.84 | - |
| YUV | 99.06 | 207.53 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 240 | 0.93 | 0.52 | 0 | 0.06 | 213.75 | 0.88 | 0.5 |
| Hex | 10 | 72 | F0 | 5D | 34 | 0 | 6 | D6 | 58 | 32 |
| Octal | 20 | 162 | 360 | 135 | 64 | 0 | 6 | 326 | 130 | 62 |
| Binary | 10000 | 1110010 | 11110000 | 1011101 | 110100 | 0 | 110 | 11010110 | 1011000 | 110010 |
Color Harmonies of #1072F0
Complementary color
Monochromatic Colors of #1072F0
Black with #1072F0
Text Example
Text Example
White with #1072F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072F0; }
p { color: rgb(16,114,240); }
H1.HeaderClassName
{
color: #1072F0;
}
.AnyTagClassName
{
color: #1072F0;
}
</style>
background-color css
<style>
a { background-color: #1072F0; }
a { background-color: rgb(16,114,240); }
div.DivClassName
{
background-color: #1072F0;
}
.BgClassName
{
background-color: #1072F0;
}
</style>
border-color css
<style>
span { border-color: #1072F0; }
span { border-color: rgb(16,114,240); }
td.TdClassName
{
border-color: #1072F0;
}
.TagClassName
{
border-color: #1072F0;
}
</style>