Shades of Dodger Blue #0690EF
Tints of Dodger Blue #0690EF
RGB
CMYK
RGB Variations
Color information
#0690EF (or 0x0690EF) is known color: Dodger Blue. HEX triplet: 06, 90 and EF. RGB value is (6,144,239). Sum of RGB (Red+Green+Blue) = 6+144+239=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #0690EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0690EF is #F96F10. Grayscale: #717171. Windows color (decimal): -16346897 or 15699974. OLE color: 15699974.
HSL color Cylindrical-coordinate representation of color #0690EF: hue angle of 204.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690EF is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 144 | 239 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.06 |
| HSL | 204.46º | 0.95% | 0.48% | - |
| HSV(B) | 204.46º | 0.97% | 0.94% | - |
| XYZ | 25.63 | 26.22 | 85.37 | - |
| YUV | 113.57 | 198.78 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 239 | 0.97 | 0.40 | 0 | 0.06 | 204.46 | 0.95 | 0.48 |
| Hex | 6 | 90 | EF | 61 | 28 | 0 | 6 | CC | 5F | 30 |
| Octal | 6 | 220 | 357 | 141 | 50 | 0 | 6 | 314 | 137 | 60 |
| Binary | 110 | 10010000 | 11101111 | 1100001 | 101000 | 0 | 110 | 11001100 | 1011111 | 110000 |
Color Harmonies of #0690EF
Complementary color
Monochromatic Colors of #0690EF
Black with #0690EF
Text Example
Text Example
White with #0690EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690EF; }
p { color: rgb(6,144,239); }
H1.HeaderClassName
{
color: #0690EF;
}
.AnyTagClassName
{
color: #0690EF;
}
</style>
background-color css
<style>
a { background-color: #0690EF; }
a { background-color: rgb(6,144,239); }
div.DivClassName
{
background-color: #0690EF;
}
.BgClassName
{
background-color: #0690EF;
}
</style>
border-color css
<style>
span { border-color: #0690EF; }
span { border-color: rgb(6,144,239); }
td.TdClassName
{
border-color: #0690EF;
}
.TagClassName
{
border-color: #0690EF;
}
</style>