Shades of Dodger Blue #0891FF
Tints of Dodger Blue #0891FF
RGB
CMYK
RGB Variations
Color information
#0891FF (or 0x0891FF) is known color: Dodger Blue. HEX triplet: 08, 91 and FF. RGB value is (8,145,255). Sum of RGB (Red+Green+Blue) = 8+145+255=408 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0891FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0891FF is #F76E00. Grayscale: #747474. Windows color (decimal): -16215553 or 16748808. OLE color: 16748808.
HSL color Cylindrical-coordinate representation of color #0891FF: hue angle of 206.72º 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 #0891FF is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 145 | 255 | - |
| CMYK | 0.97 | 0.43 | 0 | 0 |
| HSL | 206.72º | 1% | 0.52% | - |
| HSV(B) | 206.72º | 0.97% | 1% | - |
| XYZ | 28.28 | 27.52 | 98.43 | - |
| YUV | 116.58 | 206.11 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 255 | 0.97 | 0.43 | 0 | 0 | 206.72 | 1 | 0.52 |
| Hex | 8 | 91 | FF | 61 | 2B | 0 | 0 | CF | 64 | 34 |
| Octal | 10 | 221 | 377 | 141 | 53 | 0 | 0 | 317 | 144 | 64 |
| Binary | 1000 | 10010001 | 11111111 | 1100001 | 101011 | 0 | 0 | 11001111 | 1100100 | 110100 |
Color Harmonies of #0891FF
Complementary color
Monochromatic Colors of #0891FF
Black with #0891FF
Text Example
Text Example
White with #0891FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891FF; }
p { color: rgb(8,145,255); }
H1.HeaderClassName
{
color: #0891FF;
}
.AnyTagClassName
{
color: #0891FF;
}
</style>
background-color css
<style>
a { background-color: #0891FF; }
a { background-color: rgb(8,145,255); }
div.DivClassName
{
background-color: #0891FF;
}
.BgClassName
{
background-color: #0891FF;
}
</style>
border-color css
<style>
span { border-color: #0891FF; }
span { border-color: rgb(8,145,255); }
td.TdClassName
{
border-color: #0891FF;
}
.TagClassName
{
border-color: #0891FF;
}
</style>