Shades of Dodger Blue #068FED
Tints of Dodger Blue #068FED
RGB
CMYK
RGB Variations
Color information
#068FED (or 0x068FED) is known color: Dodger Blue. HEX triplet: 06, 8F and ED. RGB value is (6,143,237). Sum of RGB (Red+Green+Blue) = 6+143+237=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #068FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068FED is #F97012. Grayscale: #707070. Windows color (decimal): -16347155 or 15568646. OLE color: 15568646.
HSL color Cylindrical-coordinate representation of color #068FED: hue angle of 204.42º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068FED is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 143 | 237 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.07 |
| HSL | 204.42º | 0.95% | 0.48% | - |
| HSV(B) | 204.42º | 0.97% | 0.93% | - |
| XYZ | 25.18 | 25.8 | 83.77 | - |
| YUV | 112.75 | 198.11 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 237 | 0.97 | 0.40 | 0 | 0.07 | 204.42 | 0.95 | 0.48 |
| Hex | 6 | 8F | ED | 61 | 28 | 0 | 7 | CC | 5F | 30 |
| Octal | 6 | 217 | 355 | 141 | 50 | 0 | 7 | 314 | 137 | 60 |
| Binary | 110 | 10001111 | 11101101 | 1100001 | 101000 | 0 | 111 | 11001100 | 1011111 | 110000 |
Color Harmonies of #068FED
Complementary color
Monochromatic Colors of #068FED
Black with #068FED
Text Example
Text Example
White with #068FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FED; }
p { color: rgb(6,143,237); }
H1.HeaderClassName
{
color: #068FED;
}
.AnyTagClassName
{
color: #068FED;
}
</style>
background-color css
<style>
a { background-color: #068FED; }
a { background-color: rgb(6,143,237); }
div.DivClassName
{
background-color: #068FED;
}
.BgClassName
{
background-color: #068FED;
}
</style>
border-color css
<style>
span { border-color: #068FED; }
span { border-color: rgb(6,143,237); }
td.TdClassName
{
border-color: #068FED;
}
.TagClassName
{
border-color: #068FED;
}
</style>