Shades of Dodger Blue #069EED
Tints of Dodger Blue #069EED
RGB
CMYK
RGB Variations
Color information
#069EED (or 0x069EED) is known color: Dodger Blue. HEX triplet: 06, 9E and ED. RGB value is (6,158,237). Sum of RGB (Red+Green+Blue) = 6+158+237=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #069EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EED is #F96112. Grayscale: #797979. Windows color (decimal): -16343315 or 15572486. OLE color: 15572486.
HSL color Cylindrical-coordinate representation of color #069EED: hue angle of 200.52º 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 #069EED is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 158 | 237 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.07 |
| HSL | 200.52º | 0.95% | 0.48% | - |
| HSV(B) | 200.52º | 0.97% | 0.93% | - |
| XYZ | 27.59 | 30.61 | 84.57 | - |
| YUV | 121.56 | 193.14 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 237 | 0.97 | 0.33 | 0 | 0.07 | 200.52 | 0.95 | 0.48 |
| Hex | 6 | 9E | ED | 61 | 21 | 0 | 7 | C9 | 5F | 30 |
| Octal | 6 | 236 | 355 | 141 | 41 | 0 | 7 | 311 | 137 | 60 |
| Binary | 110 | 10011110 | 11101101 | 1100001 | 100001 | 0 | 111 | 11001001 | 1011111 | 110000 |
Color Harmonies of #069EED
Complementary color
Monochromatic Colors of #069EED
Black with #069EED
Text Example
Text Example
White with #069EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EED; }
p { color: rgb(6,158,237); }
H1.HeaderClassName
{
color: #069EED;
}
.AnyTagClassName
{
color: #069EED;
}
</style>
background-color css
<style>
a { background-color: #069EED; }
a { background-color: rgb(6,158,237); }
div.DivClassName
{
background-color: #069EED;
}
.BgClassName
{
background-color: #069EED;
}
</style>
border-color css
<style>
span { border-color: #069EED; }
span { border-color: rgb(6,158,237); }
td.TdClassName
{
border-color: #069EED;
}
.TagClassName
{
border-color: #069EED;
}
</style>