Shades of Dodger Blue #0690EC
Tints of Dodger Blue #0690EC
RGB
CMYK
RGB Variations
Color information
#0690EC (or 0x0690EC) is known color: Dodger Blue. HEX triplet: 06, 90 and EC. RGB value is (6,144,236). Sum of RGB (Red+Green+Blue) = 6+144+236=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #0690EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0690EC is #F96F13. Grayscale: #707070. Windows color (decimal): -16346900 or 15503366. OLE color: 15503366.
HSL color Cylindrical-coordinate representation of color #0690EC: hue angle of 204º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690EC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 144 | 236 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.07 |
| HSL | 204º | 0.95% | 0.47% | - |
| HSV(B) | 204º | 0.97% | 0.93% | - |
| XYZ | 25.19 | 26.04 | 83.06 | - |
| YUV | 113.23 | 197.28 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 236 | 0.97 | 0.39 | 0 | 0.07 | 204 | 0.95 | 0.47 |
| Hex | 6 | 90 | EC | 61 | 27 | 0 | 7 | CC | 5F | 2F |
| Octal | 6 | 220 | 354 | 141 | 47 | 0 | 7 | 314 | 137 | 57 |
| Binary | 110 | 10010000 | 11101100 | 1100001 | 100111 | 0 | 111 | 11001100 | 1011111 | 101111 |
Color Harmonies of #0690EC
Complementary color
Monochromatic Colors of #0690EC
Black with #0690EC
Text Example
Text Example
White with #0690EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690EC; }
p { color: rgb(6,144,236); }
H1.HeaderClassName
{
color: #0690EC;
}
.AnyTagClassName
{
color: #0690EC;
}
</style>
background-color css
<style>
a { background-color: #0690EC; }
a { background-color: rgb(6,144,236); }
div.DivClassName
{
background-color: #0690EC;
}
.BgClassName
{
background-color: #0690EC;
}
</style>
border-color css
<style>
span { border-color: #0690EC; }
span { border-color: rgb(6,144,236); }
td.TdClassName
{
border-color: #0690EC;
}
.TagClassName
{
border-color: #0690EC;
}
</style>