Shades of Dodger Blue #0666FD
Tints of Dodger Blue #0666FD
RGB
CMYK
RGB Variations
Color information
#0666FD (or 0x0666FD) is known color: Dodger Blue. HEX triplet: 06, 66 and FD. RGB value is (6,102,253). Sum of RGB (Red+Green+Blue) = 6+102+253=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #0666FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0666FD is #F99902. Grayscale: #595959. Windows color (decimal): -16357635 or 16606726. OLE color: 16606726.
HSL color Cylindrical-coordinate representation of color #0666FD: hue angle of 216.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0666FD is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 102 | 253 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.01 |
| HSL | 216.68º | 0.98% | 0.51% | - |
| HSV(B) | 216.68º | 0.98% | 0.99% | - |
| XYZ | 22.56 | 16.63 | 94.95 | - |
| YUV | 90.51 | 219.7 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 253 | 0.98 | 0.60 | 0 | 0.01 | 216.68 | 0.98 | 0.51 |
| Hex | 6 | 66 | FD | 62 | 3C | 0 | 1 | D9 | 62 | 33 |
| Octal | 6 | 146 | 375 | 142 | 74 | 0 | 1 | 331 | 142 | 63 |
| Binary | 110 | 1100110 | 11111101 | 1100010 | 111100 | 0 | 1 | 11011001 | 1100010 | 110011 |
Color Harmonies of #0666FD
Complementary color
Monochromatic Colors of #0666FD
Black with #0666FD
Text Example
Text Example
White with #0666FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666FD; }
p { color: rgb(6,102,253); }
H1.HeaderClassName
{
color: #0666FD;
}
.AnyTagClassName
{
color: #0666FD;
}
</style>
background-color css
<style>
a { background-color: #0666FD; }
a { background-color: rgb(6,102,253); }
div.DivClassName
{
background-color: #0666FD;
}
.BgClassName
{
background-color: #0666FD;
}
</style>
border-color css
<style>
span { border-color: #0666FD; }
span { border-color: rgb(6,102,253); }
td.TdClassName
{
border-color: #0666FD;
}
.TagClassName
{
border-color: #0666FD;
}
</style>