Shades of Dodger Blue #069FEC
Tints of Dodger Blue #069FEC
RGB
CMYK
RGB Variations
Color information
#069FEC (or 0x069FEC) is known color: Dodger Blue. HEX triplet: 06, 9F and EC. RGB value is (6,159,236). Sum of RGB (Red+Green+Blue) = 6+159+236=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #069FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069FEC is #F96013. Grayscale: #797979. Windows color (decimal): -16343060 or 15507206. OLE color: 15507206.
HSL color Cylindrical-coordinate representation of color #069FEC: hue angle of 200.09º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069FEC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 159 | 236 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.07 |
| HSL | 200.09º | 0.95% | 0.47% | - |
| HSV(B) | 200.09º | 0.97% | 0.93% | - |
| XYZ | 27.61 | 30.89 | 83.86 | - |
| YUV | 122.03 | 192.31 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 236 | 0.97 | 0.33 | 0 | 0.07 | 200.09 | 0.95 | 0.47 |
| Hex | 6 | 9F | EC | 61 | 21 | 0 | 7 | C8 | 5F | 2F |
| Octal | 6 | 237 | 354 | 141 | 41 | 0 | 7 | 310 | 137 | 57 |
| Binary | 110 | 10011111 | 11101100 | 1100001 | 100001 | 0 | 111 | 11001000 | 1011111 | 101111 |
Color Harmonies of #069FEC
Complementary color
Monochromatic Colors of #069FEC
Black with #069FEC
Text Example
Text Example
White with #069FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FEC; }
p { color: rgb(6,159,236); }
H1.HeaderClassName
{
color: #069FEC;
}
.AnyTagClassName
{
color: #069FEC;
}
</style>
background-color css
<style>
a { background-color: #069FEC; }
a { background-color: rgb(6,159,236); }
div.DivClassName
{
background-color: #069FEC;
}
.BgClassName
{
background-color: #069FEC;
}
</style>
border-color css
<style>
span { border-color: #069FEC; }
span { border-color: rgb(6,159,236); }
td.TdClassName
{
border-color: #069FEC;
}
.TagClassName
{
border-color: #069FEC;
}
</style>