Shades of Dodger Blue #068EFE
Tints of Dodger Blue #068EFE
RGB
CMYK
RGB Variations
Color information
#068EFE (or 0x068EFE) is known color: Dodger Blue. HEX triplet: 06, 8E and FE. RGB value is (6,142,254). Sum of RGB (Red+Green+Blue) = 6+142+254=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #068EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EFE is #F97101. Grayscale: #717171. Windows color (decimal): -16347394 or 16682502. OLE color: 16682502.
HSL color Cylindrical-coordinate representation of color #068EFE: hue angle of 207.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068EFE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 142 | 254 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.00 |
| HSL | 207.1º | 0.99% | 0.51% | - |
| HSV(B) | 207.1º | 0.98% | 1% | - |
| XYZ | 27.64 | 26.54 | 97.43 | - |
| YUV | 114.1 | 206.94 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 254 | 0.98 | 0.44 | 0 | 0.00 | 207.1 | 0.99 | 0.51 |
| Hex | 6 | 8E | FE | 62 | 2C | 0 | 0 | CF | 63 | 33 |
| Octal | 6 | 216 | 376 | 142 | 54 | 0 | 0 | 317 | 143 | 63 |
| Binary | 110 | 10001110 | 11111110 | 1100010 | 101100 | 0 | 0 | 11001111 | 1100011 | 110011 |
Color Harmonies of #068EFE
Complementary color
Monochromatic Colors of #068EFE
Black with #068EFE
Text Example
Text Example
White with #068EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EFE; }
p { color: rgb(6,142,254); }
H1.HeaderClassName
{
color: #068EFE;
}
.AnyTagClassName
{
color: #068EFE;
}
</style>
background-color css
<style>
a { background-color: #068EFE; }
a { background-color: rgb(6,142,254); }
div.DivClassName
{
background-color: #068EFE;
}
.BgClassName
{
background-color: #068EFE;
}
</style>
border-color css
<style>
span { border-color: #068EFE; }
span { border-color: rgb(6,142,254); }
td.TdClassName
{
border-color: #068EFE;
}
.TagClassName
{
border-color: #068EFE;
}
</style>