Shades of Dodger Blue #1072F7
Tints of Dodger Blue #1072F7
RGB
CMYK
RGB Variations
Color information
#1072F7 (or 0x1072F7) is known color: Dodger Blue. HEX triplet: 10, 72 and F7. RGB value is (16,114,247). Sum of RGB (Red+Green+Blue) = 16+114+247=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 247 (96.88% from 255 or 65.52% from 377); Max value from RGB is 247 - color contains mainly: blue. Hex color #1072F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072F7 is #EF8D08. Grayscale: #636363. Windows color (decimal): -15699209 or 16216592. OLE color: 16216592.
HSL color Cylindrical-coordinate representation of color #1072F7: hue angle of 214.55º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1072F7 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 114 | 247 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.03 |
| HSL | 214.55º | 0.94% | 0.52% | - |
| HSV(B) | 214.55º | 0.94% | 0.97% | - |
| XYZ | 23.02 | 18.86 | 90.42 | - |
| YUV | 99.86 | 211.03 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 247 | 0.94 | 0.54 | 0 | 0.03 | 214.55 | 0.94 | 0.52 |
| Hex | 10 | 72 | F7 | 5E | 36 | 0 | 3 | D7 | 5E | 34 |
| Octal | 20 | 162 | 367 | 136 | 66 | 0 | 3 | 327 | 136 | 64 |
| Binary | 10000 | 1110010 | 11110111 | 1011110 | 110110 | 0 | 11 | 11010111 | 1011110 | 110100 |
Color Harmonies of #1072F7
Complementary color
Monochromatic Colors of #1072F7
Black with #1072F7
Text Example
Text Example
White with #1072F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072F7; }
p { color: rgb(16,114,247); }
H1.HeaderClassName
{
color: #1072F7;
}
.AnyTagClassName
{
color: #1072F7;
}
</style>
background-color css
<style>
a { background-color: #1072F7; }
a { background-color: rgb(16,114,247); }
div.DivClassName
{
background-color: #1072F7;
}
.BgClassName
{
background-color: #1072F7;
}
</style>
border-color css
<style>
span { border-color: #1072F7; }
span { border-color: rgb(16,114,247); }
td.TdClassName
{
border-color: #1072F7;
}
.TagClassName
{
border-color: #1072F7;
}
</style>