Shades of Dodger Blue #1062FF
Tints of Dodger Blue #1062FF
RGB
CMYK
RGB Variations
Color information
#1062FF (or 0x1062FF) is known color: Dodger Blue. HEX triplet: 10, 62 and FF. RGB value is (16,98,255). Sum of RGB (Red+Green+Blue) = 16+98+255=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #1062FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1062FF is #EF9D00. Grayscale: #5A5A5A. Windows color (decimal): -15703297 or 16736784. OLE color: 16736784.
HSL color Cylindrical-coordinate representation of color #1062FF: hue angle of 219.41º 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 #1062FF is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 98 | 255 | - |
| CMYK | 0.94 | 0.62 | 0 | 0 |
| HSL | 219.41º | 1% | 0.53% | - |
| HSV(B) | 219.41º | 0.94% | 1% | - |
| XYZ | 22.63 | 16.07 | 96.52 | - |
| YUV | 91.38 | 220.33 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 255 | 0.94 | 0.62 | 0 | 0 | 219.41 | 1 | 0.53 |
| Hex | 10 | 62 | FF | 5E | 3E | 0 | 0 | DB | 64 | 35 |
| Octal | 20 | 142 | 377 | 136 | 76 | 0 | 0 | 333 | 144 | 65 |
| Binary | 10000 | 1100010 | 11111111 | 1011110 | 111110 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #1062FF
Complementary color
Monochromatic Colors of #1062FF
Black with #1062FF
Text Example
Text Example
White with #1062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062FF; }
p { color: rgb(16,98,255); }
H1.HeaderClassName
{
color: #1062FF;
}
.AnyTagClassName
{
color: #1062FF;
}
</style>
background-color css
<style>
a { background-color: #1062FF; }
a { background-color: rgb(16,98,255); }
div.DivClassName
{
background-color: #1062FF;
}
.BgClassName
{
background-color: #1062FF;
}
</style>
border-color css
<style>
span { border-color: #1062FF; }
span { border-color: rgb(16,98,255); }
td.TdClassName
{
border-color: #1062FF;
}
.TagClassName
{
border-color: #1062FF;
}
</style>