Shades of Dodger Blue #1072FF
Tints of Dodger Blue #1072FF
RGB
CMYK
RGB Variations
Color information
#1072FF (or 0x1072FF) is known color: Dodger Blue. HEX triplet: 10, 72 and FF. RGB value is (16,114,255). Sum of RGB (Red+Green+Blue) = 16+114+255=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #1072FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072FF is #EF8D00. Grayscale: #646464. Windows color (decimal): -15699201 or 16740880. OLE color: 16740880.
HSL color Cylindrical-coordinate representation of color #1072FF: hue angle of 215.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1072FF is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 114 | 255 | - |
| CMYK | 0.94 | 0.55 | 0 | 0 |
| HSL | 215.4º | 1% | 0.53% | - |
| HSV(B) | 215.4º | 0.94% | 1% | - |
| XYZ | 24.28 | 19.36 | 97.07 | - |
| YUV | 100.77 | 215.03 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 255 | 0.94 | 0.55 | 0 | 0 | 215.4 | 1 | 0.53 |
| Hex | 10 | 72 | FF | 5E | 37 | 0 | 0 | D7 | 64 | 35 |
| Octal | 20 | 162 | 377 | 136 | 67 | 0 | 0 | 327 | 144 | 65 |
| Binary | 10000 | 1110010 | 11111111 | 1011110 | 110111 | 0 | 0 | 11010111 | 1100100 | 110101 |
Color Harmonies of #1072FF
Complementary color
Monochromatic Colors of #1072FF
Black with #1072FF
Text Example
Text Example
White with #1072FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072FF; }
p { color: rgb(16,114,255); }
H1.HeaderClassName
{
color: #1072FF;
}
.AnyTagClassName
{
color: #1072FF;
}
</style>
background-color css
<style>
a { background-color: #1072FF; }
a { background-color: rgb(16,114,255); }
div.DivClassName
{
background-color: #1072FF;
}
.BgClassName
{
background-color: #1072FF;
}
</style>
border-color css
<style>
span { border-color: #1072FF; }
span { border-color: rgb(16,114,255); }
td.TdClassName
{
border-color: #1072FF;
}
.TagClassName
{
border-color: #1072FF;
}
</style>