Shades of Dodger Blue #066DF8
Tints of Dodger Blue #066DF8
RGB
CMYK
RGB Variations
Color information
#066DF8 (or 0x066DF8) is known color: Dodger Blue. HEX triplet: 06, 6D and F8. RGB value is (6,109,248). Sum of RGB (Red+Green+Blue) = 6+109+248=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 248 (97.27% from 255 or 68.32% from 363); Max value from RGB is 248 - color contains mainly: blue. Hex color #066DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DF8 is #F99207. Grayscale: #5D5D5D. Windows color (decimal): -16355848 or 16280838. OLE color: 16280838.
HSL color Cylindrical-coordinate representation of color #066DF8: hue angle of 214.46º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066DF8 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 109 | 248 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.03 |
| HSL | 214.46º | 0.95% | 0.5% | - |
| HSV(B) | 214.46º | 0.98% | 0.97% | - |
| XYZ | 22.49 | 17.75 | 91.05 | - |
| YUV | 94.05 | 214.88 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 248 | 0.98 | 0.56 | 0 | 0.03 | 214.46 | 0.95 | 0.5 |
| Hex | 6 | 6D | F8 | 62 | 38 | 0 | 3 | D6 | 5F | 32 |
| Octal | 6 | 155 | 370 | 142 | 70 | 0 | 3 | 326 | 137 | 62 |
| Binary | 110 | 1101101 | 11111000 | 1100010 | 111000 | 0 | 11 | 11010110 | 1011111 | 110010 |
Color Harmonies of #066DF8
Complementary color
Monochromatic Colors of #066DF8
Black with #066DF8
Text Example
Text Example
White with #066DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DF8; }
p { color: rgb(6,109,248); }
H1.HeaderClassName
{
color: #066DF8;
}
.AnyTagClassName
{
color: #066DF8;
}
</style>
background-color css
<style>
a { background-color: #066DF8; }
a { background-color: rgb(6,109,248); }
div.DivClassName
{
background-color: #066DF8;
}
.BgClassName
{
background-color: #066DF8;
}
</style>
border-color css
<style>
span { border-color: #066DF8; }
span { border-color: rgb(6,109,248); }
td.TdClassName
{
border-color: #066DF8;
}
.TagClassName
{
border-color: #066DF8;
}
</style>