Shades of Dodger Blue #0891EA
Tints of Dodger Blue #0891EA
RGB
CMYK
RGB Variations
Color information
#0891EA (or 0x0891EA) is known color: Dodger Blue. HEX triplet: 08, 91 and EA. RGB value is (8,145,234). Sum of RGB (Red+Green+Blue) = 8+145+234=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #0891EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0891EA is #F76E15. Grayscale: #717171. Windows color (decimal): -16215574 or 15372552. OLE color: 15372552.
HSL color Cylindrical-coordinate representation of color #0891EA: hue angle of 203.63º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0891EA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 145 | 234 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.08 |
| HSL | 203.63º | 0.93% | 0.47% | - |
| HSV(B) | 203.63º | 0.97% | 0.92% | - |
| XYZ | 25.08 | 26.24 | 81.59 | - |
| YUV | 114.18 | 195.61 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 234 | 0.97 | 0.38 | 0 | 0.08 | 203.63 | 0.93 | 0.47 |
| Hex | 8 | 91 | EA | 61 | 26 | 0 | 8 | CC | 5D | 2F |
| Octal | 10 | 221 | 352 | 141 | 46 | 0 | 10 | 314 | 135 | 57 |
| Binary | 1000 | 10010001 | 11101010 | 1100001 | 100110 | 0 | 1000 | 11001100 | 1011101 | 101111 |
Color Harmonies of #0891EA
Complementary color
Monochromatic Colors of #0891EA
Black with #0891EA
Text Example
Text Example
White with #0891EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891EA; }
p { color: rgb(8,145,234); }
H1.HeaderClassName
{
color: #0891EA;
}
.AnyTagClassName
{
color: #0891EA;
}
</style>
background-color css
<style>
a { background-color: #0891EA; }
a { background-color: rgb(8,145,234); }
div.DivClassName
{
background-color: #0891EA;
}
.BgClassName
{
background-color: #0891EA;
}
</style>
border-color css
<style>
span { border-color: #0891EA; }
span { border-color: rgb(8,145,234); }
td.TdClassName
{
border-color: #0891EA;
}
.TagClassName
{
border-color: #0891EA;
}
</style>