Shades of Dodger Blue #0068FF
Tints of Dodger Blue #0068FF
RGB
CMYK
RGB Variations
Color information
#0068FF (or 0x0068FF) is known color: Dodger Blue. HEX triplet: 00, 68 and FF. RGB value is (0,104,255). Sum of RGB (Red+Green+Blue) = 0+104+255=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0068FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0068FF is #FF9700. Grayscale: #595959. Windows color (decimal): -16750337 or 16738304. OLE color: 16738304.
HSL color Cylindrical-coordinate representation of color #0068FF: hue angle of 215.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068FF is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 104 | 255 | - |
| CMYK | 1 | 0.59 | 0 | 0 |
| HSL | 215.53º | 1% | 0.5% | - |
| HSV(B) | 215.53º | 1% | 1% | - |
| XYZ | 23 | 17.12 | 96.7 | - |
| YUV | 90.12 | 221.04 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 255 | 1 | 0.59 | 0 | 0 | 215.53 | 1 | 0.5 |
| Hex | 0 | 68 | FF | 64 | 3B | 0 | 0 | D8 | 64 | 32 |
| Octal | 0 | 150 | 377 | 144 | 73 | 0 | 0 | 330 | 144 | 62 |
| Binary | 0 | 1101000 | 11111111 | 1100100 | 111011 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0068FF
Complementary color
Monochromatic Colors of #0068FF
Black with #0068FF
Text Example
Text Example
White with #0068FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068FF; }
p { color: rgb(0,104,255); }
H1.HeaderClassName
{
color: #0068FF;
}
.AnyTagClassName
{
color: #0068FF;
}
</style>
background-color css
<style>
a { background-color: #0068FF; }
a { background-color: rgb(0,104,255); }
div.DivClassName
{
background-color: #0068FF;
}
.BgClassName
{
background-color: #0068FF;
}
</style>
border-color css
<style>
span { border-color: #0068FF; }
span { border-color: rgb(0,104,255); }
td.TdClassName
{
border-color: #0068FF;
}
.TagClassName
{
border-color: #0068FF;
}
</style>