Shades of Dodger Blue #1066FC
Tints of Dodger Blue #1066FC
RGB
CMYK
RGB Variations
Color information
#1066FC (or 0x1066FC) is known color: Dodger Blue. HEX triplet: 10, 66 and FC. RGB value is (16,102,252). Sum of RGB (Red+Green+Blue) = 16+102+252=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #1066FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066FC is #EF9903. Grayscale: #5C5C5C. Windows color (decimal): -15702276 or 16541200. OLE color: 16541200.
HSL color Cylindrical-coordinate representation of color #1066FC: hue angle of 218.14º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1066FC is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 102 | 252 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.01 |
| HSL | 218.14º | 0.98% | 0.53% | - |
| HSV(B) | 218.14º | 0.94% | 0.99% | - |
| XYZ | 22.54 | 16.64 | 94.12 | - |
| YUV | 93.39 | 217.51 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 252 | 0.94 | 0.60 | 0 | 0.01 | 218.14 | 0.98 | 0.53 |
| Hex | 10 | 66 | FC | 5E | 3C | 0 | 1 | DA | 62 | 35 |
| Octal | 20 | 146 | 374 | 136 | 74 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10000 | 1100110 | 11111100 | 1011110 | 111100 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1066FC
Complementary color
Monochromatic Colors of #1066FC
Black with #1066FC
Text Example
Text Example
White with #1066FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066FC; }
p { color: rgb(16,102,252); }
H1.HeaderClassName
{
color: #1066FC;
}
.AnyTagClassName
{
color: #1066FC;
}
</style>
background-color css
<style>
a { background-color: #1066FC; }
a { background-color: rgb(16,102,252); }
div.DivClassName
{
background-color: #1066FC;
}
.BgClassName
{
background-color: #1066FC;
}
</style>
border-color css
<style>
span { border-color: #1066FC; }
span { border-color: rgb(16,102,252); }
td.TdClassName
{
border-color: #1066FC;
}
.TagClassName
{
border-color: #1066FC;
}
</style>