Shades of Dodger Blue #066DFC
Tints of Dodger Blue #066DFC
RGB
CMYK
RGB Variations
Color information
#066DFC (or 0x066DFC) is known color: Dodger Blue. HEX triplet: 06, 6D and FC. RGB value is (6,109,252). Sum of RGB (Red+Green+Blue) = 6+109+252=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #066DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DFC is #F99203. Grayscale: #5D5D5D. Windows color (decimal): -16355844 or 16542982. OLE color: 16542982.
HSL color Cylindrical-coordinate representation of color #066DFC: hue angle of 214.88º 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 #066DFC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 109 | 252 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.01 |
| HSL | 214.88º | 0.98% | 0.51% | - |
| HSV(B) | 214.88º | 0.98% | 0.99% | - |
| XYZ | 23.11 | 18 | 94.35 | - |
| YUV | 94.51 | 216.88 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 252 | 0.98 | 0.57 | 0 | 0.01 | 214.88 | 0.98 | 0.51 |
| Hex | 6 | 6D | FC | 62 | 39 | 0 | 1 | D7 | 62 | 33 |
| Octal | 6 | 155 | 374 | 142 | 71 | 0 | 1 | 327 | 142 | 63 |
| Binary | 110 | 1101101 | 11111100 | 1100010 | 111001 | 0 | 1 | 11010111 | 1100010 | 110011 |
Color Harmonies of #066DFC
Complementary color
Monochromatic Colors of #066DFC
Black with #066DFC
Text Example
Text Example
White with #066DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DFC; }
p { color: rgb(6,109,252); }
H1.HeaderClassName
{
color: #066DFC;
}
.AnyTagClassName
{
color: #066DFC;
}
</style>
background-color css
<style>
a { background-color: #066DFC; }
a { background-color: rgb(6,109,252); }
div.DivClassName
{
background-color: #066DFC;
}
.BgClassName
{
background-color: #066DFC;
}
</style>
border-color css
<style>
span { border-color: #066DFC; }
span { border-color: rgb(6,109,252); }
td.TdClassName
{
border-color: #066DFC;
}
.TagClassName
{
border-color: #066DFC;
}
</style>