Shades of Dodger Blue #069EFF
Tints of Dodger Blue #069EFF
RGB
CMYK
RGB Variations
Color information
#069EFF (or 0x069EFF) is known color: Dodger Blue. HEX triplet: 06, 9E and FF. RGB value is (6,158,255). Sum of RGB (Red+Green+Blue) = 6+158+255=419 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #069EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EFF is #F96100. Grayscale: #7B7B7B. Windows color (decimal): -16343297 or 16752134. OLE color: 16752134.
HSL color Cylindrical-coordinate representation of color #069EFF: hue angle of 203.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069EFF is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 158 | 255 | - |
| CMYK | 0.98 | 0.38 | 0 | 0 |
| HSL | 203.37º | 1% | 0.51% | - |
| HSV(B) | 203.37º | 0.98% | 1% | - |
| XYZ | 30.35 | 31.71 | 99.13 | - |
| YUV | 123.61 | 202.14 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 255 | 0.98 | 0.38 | 0 | 0 | 203.37 | 1 | 0.51 |
| Hex | 6 | 9E | FF | 62 | 26 | 0 | 0 | CB | 64 | 33 |
| Octal | 6 | 236 | 377 | 142 | 46 | 0 | 0 | 313 | 144 | 63 |
| Binary | 110 | 10011110 | 11111111 | 1100010 | 100110 | 0 | 0 | 11001011 | 1100100 | 110011 |
Color Harmonies of #069EFF
Complementary color
Monochromatic Colors of #069EFF
Black with #069EFF
Text Example
Text Example
White with #069EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EFF; }
p { color: rgb(6,158,255); }
H1.HeaderClassName
{
color: #069EFF;
}
.AnyTagClassName
{
color: #069EFF;
}
</style>
background-color css
<style>
a { background-color: #069EFF; }
a { background-color: rgb(6,158,255); }
div.DivClassName
{
background-color: #069EFF;
}
.BgClassName
{
background-color: #069EFF;
}
</style>
border-color css
<style>
span { border-color: #069EFF; }
span { border-color: rgb(6,158,255); }
td.TdClassName
{
border-color: #069EFF;
}
.TagClassName
{
border-color: #069EFF;
}
</style>