Shades of Dodger Blue #0690E9
Tints of Dodger Blue #0690E9
RGB
CMYK
RGB Variations
Color information
#0690E9 (or 0x0690E9) is known color: Dodger Blue. HEX triplet: 06, 90 and E9. RGB value is (6,144,233). Sum of RGB (Red+Green+Blue) = 6+144+233=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 233 (91.41% from 255 or 60.84% from 383); Max value from RGB is 233 - color contains mainly: blue. Hex color #0690E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0690E9 is #F96F16. Grayscale: #707070. Windows color (decimal): -16346903 or 15306758. OLE color: 15306758.
HSL color Cylindrical-coordinate representation of color #0690E9: hue angle of 203.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690E9 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 144 | 233 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.09 |
| HSL | 203.52º | 0.95% | 0.47% | - |
| HSV(B) | 203.52º | 0.97% | 0.91% | - |
| XYZ | 24.76 | 25.87 | 80.78 | - |
| YUV | 112.88 | 195.78 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 233 | 0.97 | 0.38 | 0 | 0.09 | 203.52 | 0.95 | 0.47 |
| Hex | 6 | 90 | E9 | 61 | 26 | 0 | 9 | CC | 5F | 2F |
| Octal | 6 | 220 | 351 | 141 | 46 | 0 | 11 | 314 | 137 | 57 |
| Binary | 110 | 10010000 | 11101001 | 1100001 | 100110 | 0 | 1001 | 11001100 | 1011111 | 101111 |
Color Harmonies of #0690E9
Complementary color
Monochromatic Colors of #0690E9
Black with #0690E9
Text Example
Text Example
White with #0690E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690E9; }
p { color: rgb(6,144,233); }
H1.HeaderClassName
{
color: #0690E9;
}
.AnyTagClassName
{
color: #0690E9;
}
</style>
background-color css
<style>
a { background-color: #0690E9; }
a { background-color: rgb(6,144,233); }
div.DivClassName
{
background-color: #0690E9;
}
.BgClassName
{
background-color: #0690E9;
}
</style>
border-color css
<style>
span { border-color: #0690E9; }
span { border-color: rgb(6,144,233); }
td.TdClassName
{
border-color: #0690E9;
}
.TagClassName
{
border-color: #0690E9;
}
</style>