Shades of Dodger Blue #0895EE
Tints of Dodger Blue #0895EE
RGB
CMYK
RGB Variations
Color information
#0895EE (or 0x0895EE) is known color: Dodger Blue. HEX triplet: 08, 95 and EE. RGB value is (8,149,238). Sum of RGB (Red+Green+Blue) = 8+149+238=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #0895EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0895EE is #F76A11. Grayscale: #747474. Windows color (decimal): -16214546 or 15635720. OLE color: 15635720.
HSL color Cylindrical-coordinate representation of color #0895EE: hue angle of 203.22º 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 #0895EE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 149 | 238 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.07 |
| HSL | 203.22º | 0.93% | 0.48% | - |
| HSV(B) | 203.22º | 0.97% | 0.93% | - |
| XYZ | 26.28 | 27.72 | 84.85 | - |
| YUV | 116.99 | 196.29 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 238 | 0.97 | 0.37 | 0 | 0.07 | 203.22 | 0.93 | 0.48 |
| Hex | 8 | 95 | EE | 61 | 25 | 0 | 7 | CB | 5D | 30 |
| Octal | 10 | 225 | 356 | 141 | 45 | 0 | 7 | 313 | 135 | 60 |
| Binary | 1000 | 10010101 | 11101110 | 1100001 | 100101 | 0 | 111 | 11001011 | 1011101 | 110000 |
Color Harmonies of #0895EE
Complementary color
Monochromatic Colors of #0895EE
Black with #0895EE
Text Example
Text Example
White with #0895EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0895EE; }
p { color: rgb(8,149,238); }
H1.HeaderClassName
{
color: #0895EE;
}
.AnyTagClassName
{
color: #0895EE;
}
</style>
background-color css
<style>
a { background-color: #0895EE; }
a { background-color: rgb(8,149,238); }
div.DivClassName
{
background-color: #0895EE;
}
.BgClassName
{
background-color: #0895EE;
}
</style>
border-color css
<style>
span { border-color: #0895EE; }
span { border-color: rgb(8,149,238); }
td.TdClassName
{
border-color: #0895EE;
}
.TagClassName
{
border-color: #0895EE;
}
</style>