Shades of Dodger Blue #0895EA
Tints of Dodger Blue #0895EA
RGB
CMYK
RGB Variations
Color information
#0895EA (or 0x0895EA) is known color: Dodger Blue. HEX triplet: 08, 95 and EA. RGB value is (8,149,234). Sum of RGB (Red+Green+Blue) = 8+149+234=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #0895EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0895EA is #F76A15. Grayscale: #747474. Windows color (decimal): -16214550 or 15373576. OLE color: 15373576.
HSL color Cylindrical-coordinate representation of color #0895EA: hue angle of 202.57º 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 #0895EA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 149 | 234 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.08 |
| HSL | 202.57º | 0.93% | 0.47% | - |
| HSV(B) | 202.57º | 0.97% | 0.92% | - |
| XYZ | 25.7 | 27.49 | 81.79 | - |
| YUV | 116.53 | 194.29 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 234 | 0.97 | 0.36 | 0 | 0.08 | 202.57 | 0.93 | 0.47 |
| Hex | 8 | 95 | EA | 61 | 24 | 0 | 8 | CB | 5D | 2F |
| Octal | 10 | 225 | 352 | 141 | 44 | 0 | 10 | 313 | 135 | 57 |
| Binary | 1000 | 10010101 | 11101010 | 1100001 | 100100 | 0 | 1000 | 11001011 | 1011101 | 101111 |
Color Harmonies of #0895EA
Complementary color
Monochromatic Colors of #0895EA
Black with #0895EA
Text Example
Text Example
White with #0895EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0895EA; }
p { color: rgb(8,149,234); }
H1.HeaderClassName
{
color: #0895EA;
}
.AnyTagClassName
{
color: #0895EA;
}
</style>
background-color css
<style>
a { background-color: #0895EA; }
a { background-color: rgb(8,149,234); }
div.DivClassName
{
background-color: #0895EA;
}
.BgClassName
{
background-color: #0895EA;
}
</style>
border-color css
<style>
span { border-color: #0895EA; }
span { border-color: rgb(8,149,234); }
td.TdClassName
{
border-color: #0895EA;
}
.TagClassName
{
border-color: #0895EA;
}
</style>