Shades of Dodger Blue #0666FF
Tints of Dodger Blue #0666FF
RGB
CMYK
RGB Variations
Color information
#0666FF (or 0x0666FF) is known color: Dodger Blue. HEX triplet: 06, 66 and FF. RGB value is (6,102,255). Sum of RGB (Red+Green+Blue) = 6+102+255=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #0666FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0666FF is #F99900. Grayscale: #5A5A5A. Windows color (decimal): -16357633 or 16737798. OLE color: 16737798.
HSL color Cylindrical-coordinate representation of color #0666FF: hue angle of 216.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0666FF is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 102 | 255 | - |
| CMYK | 0.98 | 0.6 | 0 | 0 |
| HSL | 216.87º | 1% | 0.51% | - |
| HSV(B) | 216.87º | 0.98% | 1% | - |
| XYZ | 22.88 | 16.76 | 96.64 | - |
| YUV | 90.74 | 220.7 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 255 | 0.98 | 0.6 | 0 | 0 | 216.87 | 1 | 0.51 |
| Hex | 6 | 66 | FF | 62 | 3C | 0 | 0 | D9 | 64 | 33 |
| Octal | 6 | 146 | 377 | 142 | 74 | 0 | 0 | 331 | 144 | 63 |
| Binary | 110 | 1100110 | 11111111 | 1100010 | 111100 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0666FF
Complementary color
Monochromatic Colors of #0666FF
Black with #0666FF
Text Example
Text Example
White with #0666FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666FF; }
p { color: rgb(6,102,255); }
H1.HeaderClassName
{
color: #0666FF;
}
.AnyTagClassName
{
color: #0666FF;
}
</style>
background-color css
<style>
a { background-color: #0666FF; }
a { background-color: rgb(6,102,255); }
div.DivClassName
{
background-color: #0666FF;
}
.BgClassName
{
background-color: #0666FF;
}
</style>
border-color css
<style>
span { border-color: #0666FF; }
span { border-color: rgb(6,102,255); }
td.TdClassName
{
border-color: #0666FF;
}
.TagClassName
{
border-color: #0666FF;
}
</style>