Shades of Dodger Blue #069EEA
Tints of Dodger Blue #069EEA
RGB
CMYK
RGB Variations
Color information
#069EEA (or 0x069EEA) is known color: Dodger Blue. HEX triplet: 06, 9E and EA. RGB value is (6,158,234). Sum of RGB (Red+Green+Blue) = 6+158+234=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #069EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EEA is #F96115. Grayscale: #787878. Windows color (decimal): -16343318 or 15375878. OLE color: 15375878.
HSL color Cylindrical-coordinate representation of color #069EEA: hue angle of 200º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EEA is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 158 | 234 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.08 |
| HSL | 200º | 0.95% | 0.47% | - |
| HSV(B) | 200º | 0.97% | 0.92% | - |
| XYZ | 27.15 | 30.43 | 82.28 | - |
| YUV | 121.22 | 191.64 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 234 | 0.97 | 0.32 | 0 | 0.08 | 200 | 0.95 | 0.47 |
| Hex | 6 | 9E | EA | 61 | 20 | 0 | 8 | C8 | 5F | 2F |
| Octal | 6 | 236 | 352 | 141 | 40 | 0 | 10 | 310 | 137 | 57 |
| Binary | 110 | 10011110 | 11101010 | 1100001 | 100000 | 0 | 1000 | 11001000 | 1011111 | 101111 |
Color Harmonies of #069EEA
Complementary color
Monochromatic Colors of #069EEA
Black with #069EEA
Text Example
Text Example
White with #069EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EEA; }
p { color: rgb(6,158,234); }
H1.HeaderClassName
{
color: #069EEA;
}
.AnyTagClassName
{
color: #069EEA;
}
</style>
background-color css
<style>
a { background-color: #069EEA; }
a { background-color: rgb(6,158,234); }
div.DivClassName
{
background-color: #069EEA;
}
.BgClassName
{
background-color: #069EEA;
}
</style>
border-color css
<style>
span { border-color: #069EEA; }
span { border-color: rgb(6,158,234); }
td.TdClassName
{
border-color: #069EEA;
}
.TagClassName
{
border-color: #069EEA;
}
</style>