Shades of Dodger Blue #069EFC
Tints of Dodger Blue #069EFC
RGB
CMYK
RGB Variations
Color information
#069EFC (or 0x069EFC) is known color: Dodger Blue. HEX triplet: 06, 9E and FC. RGB value is (6,158,252). Sum of RGB (Red+Green+Blue) = 6+158+252=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #069EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EFC is #F96103. Grayscale: #7A7A7A. Windows color (decimal): -16343300 or 16555526. OLE color: 16555526.
HSL color Cylindrical-coordinate representation of color #069EFC: hue angle of 202.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069EFC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 158 | 252 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.93º | 0.98% | 0.51% | - |
| HSV(B) | 202.93º | 0.98% | 0.99% | - |
| XYZ | 29.87 | 31.52 | 96.61 | - |
| YUV | 123.27 | 200.64 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 252 | 0.98 | 0.37 | 0 | 0.01 | 202.93 | 0.98 | 0.51 |
| Hex | 6 | 9E | FC | 62 | 25 | 0 | 1 | CB | 62 | 33 |
| Octal | 6 | 236 | 374 | 142 | 45 | 0 | 1 | 313 | 142 | 63 |
| Binary | 110 | 10011110 | 11111100 | 1100010 | 100101 | 0 | 1 | 11001011 | 1100010 | 110011 |
Color Harmonies of #069EFC
Complementary color
Monochromatic Colors of #069EFC
Black with #069EFC
Text Example
Text Example
White with #069EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EFC; }
p { color: rgb(6,158,252); }
H1.HeaderClassName
{
color: #069EFC;
}
.AnyTagClassName
{
color: #069EFC;
}
</style>
background-color css
<style>
a { background-color: #069EFC; }
a { background-color: rgb(6,158,252); }
div.DivClassName
{
background-color: #069EFC;
}
.BgClassName
{
background-color: #069EFC;
}
</style>
border-color css
<style>
span { border-color: #069EFC; }
span { border-color: rgb(6,158,252); }
td.TdClassName
{
border-color: #069EFC;
}
.TagClassName
{
border-color: #069EFC;
}
</style>