Shades of Dodger Blue #1072FB
Tints of Dodger Blue #1072FB
RGB
CMYK
RGB Variations
Color information
#1072FB (or 0x1072FB) is known color: Dodger Blue. HEX triplet: 10, 72 and FB. RGB value is (16,114,251). Sum of RGB (Red+Green+Blue) = 16+114+251=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #1072FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1072FB is #EF8D04. Grayscale: #636363. Windows color (decimal): -15699205 or 16478736. OLE color: 16478736.
HSL color Cylindrical-coordinate representation of color #1072FB: hue angle of 214.98º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1072FB is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 114 | 251 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.02 |
| HSL | 214.98º | 0.97% | 0.52% | - |
| HSV(B) | 214.98º | 0.94% | 0.98% | - |
| XYZ | 23.64 | 19.11 | 93.71 | - |
| YUV | 100.32 | 213.03 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 251 | 0.94 | 0.55 | 0 | 0.02 | 214.98 | 0.97 | 0.52 |
| Hex | 10 | 72 | FB | 5E | 37 | 0 | 2 | D7 | 61 | 34 |
| Octal | 20 | 162 | 373 | 136 | 67 | 0 | 2 | 327 | 141 | 64 |
| Binary | 10000 | 1110010 | 11111011 | 1011110 | 110111 | 0 | 10 | 11010111 | 1100001 | 110100 |
Color Harmonies of #1072FB
Complementary color
Monochromatic Colors of #1072FB
Black with #1072FB
Text Example
Text Example
White with #1072FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072FB; }
p { color: rgb(16,114,251); }
H1.HeaderClassName
{
color: #1072FB;
}
.AnyTagClassName
{
color: #1072FB;
}
</style>
background-color css
<style>
a { background-color: #1072FB; }
a { background-color: rgb(16,114,251); }
div.DivClassName
{
background-color: #1072FB;
}
.BgClassName
{
background-color: #1072FB;
}
</style>
border-color css
<style>
span { border-color: #1072FB; }
span { border-color: rgb(16,114,251); }
td.TdClassName
{
border-color: #1072FB;
}
.TagClassName
{
border-color: #1072FB;
}
</style>