Shades of Dodger Blue #1066FB
Tints of Dodger Blue #1066FB
RGB
CMYK
RGB Variations
Color information
#1066FB (or 0x1066FB) is known color: Dodger Blue. HEX triplet: 10, 66 and FB. RGB value is (16,102,251). Sum of RGB (Red+Green+Blue) = 16+102+251=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #1066FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066FB is #EF9904. Grayscale: #5C5C5C. Windows color (decimal): -15702277 or 16475664. OLE color: 16475664.
HSL color Cylindrical-coordinate representation of color #1066FB: hue angle of 218.04º 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 #1066FB is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 102 | 251 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.02 |
| HSL | 218.04º | 0.97% | 0.52% | - |
| HSV(B) | 218.04º | 0.94% | 0.98% | - |
| XYZ | 22.38 | 16.58 | 93.29 | - |
| YUV | 93.27 | 217.01 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 251 | 0.94 | 0.59 | 0 | 0.02 | 218.04 | 0.97 | 0.52 |
| Hex | 10 | 66 | FB | 5E | 3B | 0 | 2 | DA | 61 | 34 |
| Octal | 20 | 146 | 373 | 136 | 73 | 0 | 2 | 332 | 141 | 64 |
| Binary | 10000 | 1100110 | 11111011 | 1011110 | 111011 | 0 | 10 | 11011010 | 1100001 | 110100 |
Color Harmonies of #1066FB
Complementary color
Monochromatic Colors of #1066FB
Black with #1066FB
Text Example
Text Example
White with #1066FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066FB; }
p { color: rgb(16,102,251); }
H1.HeaderClassName
{
color: #1066FB;
}
.AnyTagClassName
{
color: #1066FB;
}
</style>
background-color css
<style>
a { background-color: #1066FB; }
a { background-color: rgb(16,102,251); }
div.DivClassName
{
background-color: #1066FB;
}
.BgClassName
{
background-color: #1066FB;
}
</style>
border-color css
<style>
span { border-color: #1066FB; }
span { border-color: rgb(16,102,251); }
td.TdClassName
{
border-color: #1066FB;
}
.TagClassName
{
border-color: #1066FB;
}
</style>