Shades of Dodger Blue #0890ED
Tints of Dodger Blue #0890ED
RGB
CMYK
RGB Variations
Color information
#0890ED (or 0x0890ED) is known color: Dodger Blue. HEX triplet: 08, 90 and ED. RGB value is (8,144,237). Sum of RGB (Red+Green+Blue) = 8+144+237=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #0890ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0890ED is #F76F12. Grayscale: #717171. Windows color (decimal): -16215827 or 15568904. OLE color: 15568904.
HSL color Cylindrical-coordinate representation of color #0890ED: hue angle of 204.37º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0890ED is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 144 | 237 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.07 |
| HSL | 204.37º | 0.93% | 0.48% | - |
| HSV(B) | 204.37º | 0.97% | 0.93% | - |
| XYZ | 25.36 | 26.11 | 83.82 | - |
| YUV | 113.94 | 197.44 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 237 | 0.97 | 0.39 | 0 | 0.07 | 204.37 | 0.93 | 0.48 |
| Hex | 8 | 90 | ED | 61 | 27 | 0 | 7 | CC | 5D | 30 |
| Octal | 10 | 220 | 355 | 141 | 47 | 0 | 7 | 314 | 135 | 60 |
| Binary | 1000 | 10010000 | 11101101 | 1100001 | 100111 | 0 | 111 | 11001100 | 1011101 | 110000 |
Color Harmonies of #0890ED
Complementary color
Monochromatic Colors of #0890ED
Black with #0890ED
Text Example
Text Example
White with #0890ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890ED; }
p { color: rgb(8,144,237); }
H1.HeaderClassName
{
color: #0890ED;
}
.AnyTagClassName
{
color: #0890ED;
}
</style>
background-color css
<style>
a { background-color: #0890ED; }
a { background-color: rgb(8,144,237); }
div.DivClassName
{
background-color: #0890ED;
}
.BgClassName
{
background-color: #0890ED;
}
</style>
border-color css
<style>
span { border-color: #0890ED; }
span { border-color: rgb(8,144,237); }
td.TdClassName
{
border-color: #0890ED;
}
.TagClassName
{
border-color: #0890ED;
}
</style>