Shades of Dodger Blue #1066FD
Tints of Dodger Blue #1066FD
RGB
CMYK
RGB Variations
Color information
#1066FD (or 0x1066FD) is known color: Dodger Blue. HEX triplet: 10, 66 and FD. RGB value is (16,102,253). Sum of RGB (Red+Green+Blue) = 16+102+253=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #1066FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1066FD is #EF9902. Grayscale: #5C5C5C. Windows color (decimal): -15702275 or 16606736. OLE color: 16606736.
HSL color Cylindrical-coordinate representation of color #1066FD: hue angle of 218.23º 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 #1066FD is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 102 | 253 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.01 |
| HSL | 218.23º | 0.98% | 0.53% | - |
| HSV(B) | 218.23º | 0.94% | 0.99% | - |
| XYZ | 22.69 | 16.7 | 94.96 | - |
| YUV | 93.5 | 218.01 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 253 | 0.94 | 0.60 | 0 | 0.01 | 218.23 | 0.98 | 0.53 |
| Hex | 10 | 66 | FD | 5E | 3C | 0 | 1 | DA | 62 | 35 |
| Octal | 20 | 146 | 375 | 136 | 74 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10000 | 1100110 | 11111101 | 1011110 | 111100 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1066FD
Complementary color
Monochromatic Colors of #1066FD
Black with #1066FD
Text Example
Text Example
White with #1066FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066FD; }
p { color: rgb(16,102,253); }
H1.HeaderClassName
{
color: #1066FD;
}
.AnyTagClassName
{
color: #1066FD;
}
</style>
background-color css
<style>
a { background-color: #1066FD; }
a { background-color: rgb(16,102,253); }
div.DivClassName
{
background-color: #1066FD;
}
.BgClassName
{
background-color: #1066FD;
}
</style>
border-color css
<style>
span { border-color: #1066FD; }
span { border-color: rgb(16,102,253); }
td.TdClassName
{
border-color: #1066FD;
}
.TagClassName
{
border-color: #1066FD;
}
</style>