Shades of Dodger Blue #068EF1
Tints of Dodger Blue #068EF1
RGB
CMYK
RGB Variations
Color information
#068EF1 (or 0x068EF1) is known color: Dodger Blue. HEX triplet: 06, 8E and F1. RGB value is (6,142,241). Sum of RGB (Red+Green+Blue) = 6+142+241=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #068EF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EF1 is #F9710E. Grayscale: #707070. Windows color (decimal): -16347407 or 15830534. OLE color: 15830534.
HSL color Cylindrical-coordinate representation of color #068EF1: hue angle of 205.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068EF1 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 142 | 241 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.05 |
| HSL | 205.28º | 0.95% | 0.48% | - |
| HSV(B) | 205.28º | 0.98% | 0.95% | - |
| XYZ | 25.63 | 25.74 | 86.84 | - |
| YUV | 112.62 | 200.44 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 241 | 0.98 | 0.41 | 0 | 0.05 | 205.28 | 0.95 | 0.48 |
| Hex | 6 | 8E | F1 | 62 | 29 | 0 | 5 | CD | 5F | 30 |
| Octal | 6 | 216 | 361 | 142 | 51 | 0 | 5 | 315 | 137 | 60 |
| Binary | 110 | 10001110 | 11110001 | 1100010 | 101001 | 0 | 101 | 11001101 | 1011111 | 110000 |
Color Harmonies of #068EF1
Complementary color
Monochromatic Colors of #068EF1
Black with #068EF1
Text Example
Text Example
White with #068EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EF1; }
p { color: rgb(6,142,241); }
H1.HeaderClassName
{
color: #068EF1;
}
.AnyTagClassName
{
color: #068EF1;
}
</style>
background-color css
<style>
a { background-color: #068EF1; }
a { background-color: rgb(6,142,241); }
div.DivClassName
{
background-color: #068EF1;
}
.BgClassName
{
background-color: #068EF1;
}
</style>
border-color css
<style>
span { border-color: #068EF1; }
span { border-color: rgb(6,142,241); }
td.TdClassName
{
border-color: #068EF1;
}
.TagClassName
{
border-color: #068EF1;
}
</style>