Shades of Dodger Blue #0893EA
Tints of Dodger Blue #0893EA
RGB
CMYK
RGB Variations
Color information
#0893EA (or 0x0893EA) is known color: Dodger Blue. HEX triplet: 08, 93 and EA. RGB value is (8,147,234). Sum of RGB (Red+Green+Blue) = 8+147+234=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #0893EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0893EA is #F76C15. Grayscale: #727272. Windows color (decimal): -16215062 or 15373064. OLE color: 15373064.
HSL color Cylindrical-coordinate representation of color #0893EA: hue angle of 203.1º 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 #0893EA is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 147 | 234 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.08 |
| HSL | 203.1º | 0.93% | 0.47% | - |
| HSV(B) | 203.1º | 0.97% | 0.92% | - |
| XYZ | 25.39 | 26.86 | 81.69 | - |
| YUV | 115.36 | 194.95 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 234 | 0.97 | 0.37 | 0 | 0.08 | 203.1 | 0.93 | 0.47 |
| Hex | 8 | 93 | EA | 61 | 25 | 0 | 8 | CB | 5D | 2F |
| Octal | 10 | 223 | 352 | 141 | 45 | 0 | 10 | 313 | 135 | 57 |
| Binary | 1000 | 10010011 | 11101010 | 1100001 | 100101 | 0 | 1000 | 11001011 | 1011101 | 101111 |
Color Harmonies of #0893EA
Complementary color
Monochromatic Colors of #0893EA
Black with #0893EA
Text Example
Text Example
White with #0893EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893EA; }
p { color: rgb(8,147,234); }
H1.HeaderClassName
{
color: #0893EA;
}
.AnyTagClassName
{
color: #0893EA;
}
</style>
background-color css
<style>
a { background-color: #0893EA; }
a { background-color: rgb(8,147,234); }
div.DivClassName
{
background-color: #0893EA;
}
.BgClassName
{
background-color: #0893EA;
}
</style>
border-color css
<style>
span { border-color: #0893EA; }
span { border-color: rgb(8,147,234); }
td.TdClassName
{
border-color: #0893EA;
}
.TagClassName
{
border-color: #0893EA;
}
</style>