Shades of Dodger Blue #069EFA
Tints of Dodger Blue #069EFA
RGB
CMYK
RGB Variations
Color information
#069EFA (or 0x069EFA) is known color: Dodger Blue. HEX triplet: 06, 9E and FA. RGB value is (6,158,250). Sum of RGB (Red+Green+Blue) = 6+158+250=414 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #069EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EFA is #F96105. Grayscale: #7A7A7A. Windows color (decimal): -16343302 or 16424454. OLE color: 16424454.
HSL color Cylindrical-coordinate representation of color #069EFA: hue angle of 202.62º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069EFA is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 158 | 250 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.02 |
| HSL | 202.62º | 0.96% | 0.5% | - |
| HSV(B) | 202.62º | 0.98% | 0.98% | - |
| XYZ | 29.56 | 31.39 | 94.94 | - |
| YUV | 123.04 | 199.64 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 250 | 0.98 | 0.37 | 0 | 0.02 | 202.62 | 0.96 | 0.5 |
| Hex | 6 | 9E | FA | 62 | 25 | 0 | 2 | CB | 60 | 32 |
| Octal | 6 | 236 | 372 | 142 | 45 | 0 | 2 | 313 | 140 | 62 |
| Binary | 110 | 10011110 | 11111010 | 1100010 | 100101 | 0 | 10 | 11001011 | 1100000 | 110010 |
Color Harmonies of #069EFA
Complementary color
Monochromatic Colors of #069EFA
Black with #069EFA
Text Example
Text Example
White with #069EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EFA; }
p { color: rgb(6,158,250); }
H1.HeaderClassName
{
color: #069EFA;
}
.AnyTagClassName
{
color: #069EFA;
}
</style>
background-color css
<style>
a { background-color: #069EFA; }
a { background-color: rgb(6,158,250); }
div.DivClassName
{
background-color: #069EFA;
}
.BgClassName
{
background-color: #069EFA;
}
</style>
border-color css
<style>
span { border-color: #069EFA; }
span { border-color: rgb(6,158,250); }
td.TdClassName
{
border-color: #069EFA;
}
.TagClassName
{
border-color: #069EFA;
}
</style>