Shades of Dodger Blue #0668FF
Tints of Dodger Blue #0668FF
RGB
CMYK
RGB Variations
Color information
#0668FF (or 0x0668FF) is known color: Dodger Blue. HEX triplet: 06, 68 and FF. RGB value is (6,104,255). Sum of RGB (Red+Green+Blue) = 6+104+255=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #0668FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0668FF is #F99700. Grayscale: #5B5B5B. Windows color (decimal): -16357121 or 16738310. OLE color: 16738310.
HSL color Cylindrical-coordinate representation of color #0668FF: hue angle of 216.39º 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 #0668FF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 104 | 255 | - |
| CMYK | 0.98 | 0.59 | 0 | 0 |
| HSL | 216.39º | 1% | 0.51% | - |
| HSV(B) | 216.39º | 0.98% | 1% | - |
| XYZ | 23.08 | 17.16 | 96.7 | - |
| YUV | 91.91 | 220.03 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 255 | 0.98 | 0.59 | 0 | 0 | 216.39 | 1 | 0.51 |
| Hex | 6 | 68 | FF | 62 | 3B | 0 | 0 | D8 | 64 | 33 |
| Octal | 6 | 150 | 377 | 142 | 73 | 0 | 0 | 330 | 144 | 63 |
| Binary | 110 | 1101000 | 11111111 | 1100010 | 111011 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #0668FF
Complementary color
Monochromatic Colors of #0668FF
Black with #0668FF
Text Example
Text Example
White with #0668FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0668FF; }
p { color: rgb(6,104,255); }
H1.HeaderClassName
{
color: #0668FF;
}
.AnyTagClassName
{
color: #0668FF;
}
</style>
background-color css
<style>
a { background-color: #0668FF; }
a { background-color: rgb(6,104,255); }
div.DivClassName
{
background-color: #0668FF;
}
.BgClassName
{
background-color: #0668FF;
}
</style>
border-color css
<style>
span { border-color: #0668FF; }
span { border-color: rgb(6,104,255); }
td.TdClassName
{
border-color: #0668FF;
}
.TagClassName
{
border-color: #0668FF;
}
</style>