Shades of Dodger Blue #0894E6
Tints of Dodger Blue #0894E6
RGB
CMYK
RGB Variations
Color information
#0894E6 (or 0x0894E6) is known color: Dodger Blue. HEX triplet: 08, 94 and E6. RGB value is (8,148,230). Sum of RGB (Red+Green+Blue) = 8+148+230=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #0894E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0894E6 is #F76B19. Grayscale: #737373. Windows color (decimal): -16214810 or 15111176. OLE color: 15111176.
HSL color Cylindrical-coordinate representation of color #0894E6: hue angle of 202.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0894E6 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 148 | 230 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.10 |
| HSL | 202.16º | 0.93% | 0.47% | - |
| HSV(B) | 202.16º | 0.97% | 0.9% | - |
| XYZ | 24.97 | 26.94 | 78.75 | - |
| YUV | 115.49 | 192.62 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 230 | 0.97 | 0.36 | 0 | 0.10 | 202.16 | 0.93 | 0.47 |
| Hex | 8 | 94 | E6 | 61 | 24 | 0 | A | CA | 5D | 2F |
| Octal | 10 | 224 | 346 | 141 | 44 | 0 | 12 | 312 | 135 | 57 |
| Binary | 1000 | 10010100 | 11100110 | 1100001 | 100100 | 0 | 1010 | 11001010 | 1011101 | 101111 |
Color Harmonies of #0894E6
Complementary color
Monochromatic Colors of #0894E6
Black with #0894E6
Text Example
Text Example
White with #0894E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894E6; }
p { color: rgb(8,148,230); }
H1.HeaderClassName
{
color: #0894E6;
}
.AnyTagClassName
{
color: #0894E6;
}
</style>
background-color css
<style>
a { background-color: #0894E6; }
a { background-color: rgb(8,148,230); }
div.DivClassName
{
background-color: #0894E6;
}
.BgClassName
{
background-color: #0894E6;
}
</style>
border-color css
<style>
span { border-color: #0894E6; }
span { border-color: rgb(8,148,230); }
td.TdClassName
{
border-color: #0894E6;
}
.TagClassName
{
border-color: #0894E6;
}
</style>