Shades of Dodger Blue #0893FF
Tints of Dodger Blue #0893FF
RGB
CMYK
RGB Variations
Color information
#0893FF (or 0x0893FF) is known color: Dodger Blue. HEX triplet: 08, 93 and FF. RGB value is (8,147,255). Sum of RGB (Red+Green+Blue) = 8+147+255=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #0893FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0893FF is #F76C00. Grayscale: #757575. Windows color (decimal): -16215041 or 16749320. OLE color: 16749320.
HSL color Cylindrical-coordinate representation of color #0893FF: hue angle of 206.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0893FF is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 147 | 255 | - |
| CMYK | 0.97 | 0.42 | 0 | 0 |
| HSL | 206.23º | 1% | 0.52% | - |
| HSV(B) | 206.23º | 0.97% | 1% | - |
| XYZ | 28.58 | 28.14 | 98.53 | - |
| YUV | 117.75 | 205.45 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 255 | 0.97 | 0.42 | 0 | 0 | 206.23 | 1 | 0.52 |
| Hex | 8 | 93 | FF | 61 | 2A | 0 | 0 | CE | 64 | 34 |
| Octal | 10 | 223 | 377 | 141 | 52 | 0 | 0 | 316 | 144 | 64 |
| Binary | 1000 | 10010011 | 11111111 | 1100001 | 101010 | 0 | 0 | 11001110 | 1100100 | 110100 |
Color Harmonies of #0893FF
Complementary color
Monochromatic Colors of #0893FF
Black with #0893FF
Text Example
Text Example
White with #0893FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893FF; }
p { color: rgb(8,147,255); }
H1.HeaderClassName
{
color: #0893FF;
}
.AnyTagClassName
{
color: #0893FF;
}
</style>
background-color css
<style>
a { background-color: #0893FF; }
a { background-color: rgb(8,147,255); }
div.DivClassName
{
background-color: #0893FF;
}
.BgClassName
{
background-color: #0893FF;
}
</style>
border-color css
<style>
span { border-color: #0893FF; }
span { border-color: rgb(8,147,255); }
td.TdClassName
{
border-color: #0893FF;
}
.TagClassName
{
border-color: #0893FF;
}
</style>