Shades of Dodger Blue #069FEA
Tints of Dodger Blue #069FEA
RGB
CMYK
RGB Variations
Color information
#069FEA (or 0x069FEA) is known color: Dodger Blue. HEX triplet: 06, 9F and EA. RGB value is (6,159,234). Sum of RGB (Red+Green+Blue) = 6+159+234=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #069FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069FEA is #F96015. Grayscale: #797979. Windows color (decimal): -16343062 or 15376134. OLE color: 15376134.
HSL color Cylindrical-coordinate representation of color #069FEA: hue angle of 199.74º 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 #069FEA is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 159 | 234 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.08 |
| HSL | 199.74º | 0.95% | 0.47% | - |
| HSV(B) | 199.74º | 0.97% | 0.92% | - |
| XYZ | 27.32 | 30.78 | 82.34 | - |
| YUV | 121.8 | 191.31 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 234 | 0.97 | 0.32 | 0 | 0.08 | 199.74 | 0.95 | 0.47 |
| Hex | 6 | 9F | EA | 61 | 20 | 0 | 8 | C8 | 5F | 2F |
| Octal | 6 | 237 | 352 | 141 | 40 | 0 | 10 | 310 | 137 | 57 |
| Binary | 110 | 10011111 | 11101010 | 1100001 | 100000 | 0 | 1000 | 11001000 | 1011111 | 101111 |
Color Harmonies of #069FEA
Complementary color
Monochromatic Colors of #069FEA
Black with #069FEA
Text Example
Text Example
White with #069FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FEA; }
p { color: rgb(6,159,234); }
H1.HeaderClassName
{
color: #069FEA;
}
.AnyTagClassName
{
color: #069FEA;
}
</style>
background-color css
<style>
a { background-color: #069FEA; }
a { background-color: rgb(6,159,234); }
div.DivClassName
{
background-color: #069FEA;
}
.BgClassName
{
background-color: #069FEA;
}
</style>
border-color css
<style>
span { border-color: #069FEA; }
span { border-color: rgb(6,159,234); }
td.TdClassName
{
border-color: #069FEA;
}
.TagClassName
{
border-color: #069FEA;
}
</style>