Shades of Dodger Blue #1066FE
Tints of Dodger Blue #1066FE
RGB
CMYK
RGB Variations
Color information
#1066FE (or 0x1066FE) is known color: Dodger Blue. HEX triplet: 10, 66 and FE. RGB value is (16,102,254). Sum of RGB (Red+Green+Blue) = 16+102+254=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #1066FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066FE is #EF9901. Grayscale: #5C5C5C. Windows color (decimal): -15702274 or 16672272. OLE color: 16672272.
HSL color Cylindrical-coordinate representation of color #1066FE: hue angle of 218.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1066FE is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 102 | 254 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.00 |
| HSL | 218.32º | 0.99% | 0.53% | - |
| HSV(B) | 218.32º | 0.94% | 1% | - |
| XYZ | 22.85 | 16.77 | 95.8 | - |
| YUV | 93.61 | 218.51 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 254 | 0.94 | 0.60 | 0 | 0.00 | 218.32 | 0.99 | 0.53 |
| Hex | 10 | 66 | FE | 5E | 3C | 0 | 0 | DA | 63 | 35 |
| Octal | 20 | 146 | 376 | 136 | 74 | 0 | 0 | 332 | 143 | 65 |
| Binary | 10000 | 1100110 | 11111110 | 1011110 | 111100 | 0 | 0 | 11011010 | 1100011 | 110101 |
Color Harmonies of #1066FE
Complementary color
Monochromatic Colors of #1066FE
Black with #1066FE
Text Example
Text Example
White with #1066FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066FE; }
p { color: rgb(16,102,254); }
H1.HeaderClassName
{
color: #1066FE;
}
.AnyTagClassName
{
color: #1066FE;
}
</style>
background-color css
<style>
a { background-color: #1066FE; }
a { background-color: rgb(16,102,254); }
div.DivClassName
{
background-color: #1066FE;
}
.BgClassName
{
background-color: #1066FE;
}
</style>
border-color css
<style>
span { border-color: #1066FE; }
span { border-color: rgb(16,102,254); }
td.TdClassName
{
border-color: #1066FE;
}
.TagClassName
{
border-color: #1066FE;
}
</style>