Shades of Dodger Blue #068EFF
Tints of Dodger Blue #068EFF
RGB
CMYK
RGB Variations
Color information
#068EFF (or 0x068EFF) is known color: Dodger Blue. HEX triplet: 06, 8E and FF. RGB value is (6,142,255). Sum of RGB (Red+Green+Blue) = 6+142+255=403 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #068EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EFF is #F97100. Grayscale: #717171. Windows color (decimal): -16347393 or 16748038. OLE color: 16748038.
HSL color Cylindrical-coordinate representation of color #068EFF: hue angle of 207.23º 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 #068EFF is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 142 | 255 | - |
| CMYK | 0.98 | 0.44 | 0 | 0 |
| HSL | 207.23º | 1% | 0.51% | - |
| HSV(B) | 207.23º | 0.98% | 1% | - |
| XYZ | 27.8 | 26.6 | 98.28 | - |
| YUV | 114.22 | 207.44 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 255 | 0.98 | 0.44 | 0 | 0 | 207.23 | 1 | 0.51 |
| Hex | 6 | 8E | FF | 62 | 2C | 0 | 0 | CF | 64 | 33 |
| Octal | 6 | 216 | 377 | 142 | 54 | 0 | 0 | 317 | 144 | 63 |
| Binary | 110 | 10001110 | 11111111 | 1100010 | 101100 | 0 | 0 | 11001111 | 1100100 | 110011 |
Color Harmonies of #068EFF
Complementary color
Monochromatic Colors of #068EFF
Black with #068EFF
Text Example
Text Example
White with #068EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EFF; }
p { color: rgb(6,142,255); }
H1.HeaderClassName
{
color: #068EFF;
}
.AnyTagClassName
{
color: #068EFF;
}
</style>
background-color css
<style>
a { background-color: #068EFF; }
a { background-color: rgb(6,142,255); }
div.DivClassName
{
background-color: #068EFF;
}
.BgClassName
{
background-color: #068EFF;
}
</style>
border-color css
<style>
span { border-color: #068EFF; }
span { border-color: rgb(6,142,255); }
td.TdClassName
{
border-color: #068EFF;
}
.TagClassName
{
border-color: #068EFF;
}
</style>