Shades of Dodger Blue #068EFA
Tints of Dodger Blue #068EFA
RGB
CMYK
RGB Variations
Color information
#068EFA (or 0x068EFA) is known color: Dodger Blue. HEX triplet: 06, 8E and FA. RGB value is (6,142,250). Sum of RGB (Red+Green+Blue) = 6+142+250=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #068EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EFA is #F97105. Grayscale: #717171. Windows color (decimal): -16347398 or 16420358. OLE color: 16420358.
HSL color Cylindrical-coordinate representation of color #068EFA: hue angle of 206.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068EFA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 142 | 250 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.02 |
| HSL | 206.56º | 0.96% | 0.5% | - |
| HSV(B) | 206.56º | 0.98% | 0.98% | - |
| XYZ | 27 | 26.29 | 94.09 | - |
| YUV | 113.65 | 204.94 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 250 | 0.98 | 0.43 | 0 | 0.02 | 206.56 | 0.96 | 0.5 |
| Hex | 6 | 8E | FA | 62 | 2B | 0 | 2 | CF | 60 | 32 |
| Octal | 6 | 216 | 372 | 142 | 53 | 0 | 2 | 317 | 140 | 62 |
| Binary | 110 | 10001110 | 11111010 | 1100010 | 101011 | 0 | 10 | 11001111 | 1100000 | 110010 |
Color Harmonies of #068EFA
Complementary color
Monochromatic Colors of #068EFA
Black with #068EFA
Text Example
Text Example
White with #068EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EFA; }
p { color: rgb(6,142,250); }
H1.HeaderClassName
{
color: #068EFA;
}
.AnyTagClassName
{
color: #068EFA;
}
</style>
background-color css
<style>
a { background-color: #068EFA; }
a { background-color: rgb(6,142,250); }
div.DivClassName
{
background-color: #068EFA;
}
.BgClassName
{
background-color: #068EFA;
}
</style>
border-color css
<style>
span { border-color: #068EFA; }
span { border-color: rgb(6,142,250); }
td.TdClassName
{
border-color: #068EFA;
}
.TagClassName
{
border-color: #068EFA;
}
</style>