Shades of Dodger Blue #0891FE
Tints of Dodger Blue #0891FE
RGB
CMYK
RGB Variations
Color information
#0891FE (or 0x0891FE) is known color: Dodger Blue. HEX triplet: 08, 91 and FE. RGB value is (8,145,254). Sum of RGB (Red+Green+Blue) = 8+145+254=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #0891FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0891FE is #F76E01. Grayscale: #737373. Windows color (decimal): -16215554 or 16683272. OLE color: 16683272.
HSL color Cylindrical-coordinate representation of color #0891FE: hue angle of 206.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0891FE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 145 | 254 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.00 |
| HSL | 206.59º | 0.99% | 0.51% | - |
| HSV(B) | 206.59º | 0.97% | 1% | - |
| XYZ | 28.11 | 27.46 | 97.58 | - |
| YUV | 116.46 | 205.61 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 254 | 0.97 | 0.43 | 0 | 0.00 | 206.59 | 0.99 | 0.51 |
| Hex | 8 | 91 | FE | 61 | 2B | 0 | 0 | CF | 63 | 33 |
| Octal | 10 | 221 | 376 | 141 | 53 | 0 | 0 | 317 | 143 | 63 |
| Binary | 1000 | 10010001 | 11111110 | 1100001 | 101011 | 0 | 0 | 11001111 | 1100011 | 110011 |
Color Harmonies of #0891FE
Complementary color
Monochromatic Colors of #0891FE
Black with #0891FE
Text Example
Text Example
White with #0891FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891FE; }
p { color: rgb(8,145,254); }
H1.HeaderClassName
{
color: #0891FE;
}
.AnyTagClassName
{
color: #0891FE;
}
</style>
background-color css
<style>
a { background-color: #0891FE; }
a { background-color: rgb(8,145,254); }
div.DivClassName
{
background-color: #0891FE;
}
.BgClassName
{
background-color: #0891FE;
}
</style>
border-color css
<style>
span { border-color: #0891FE; }
span { border-color: rgb(8,145,254); }
td.TdClassName
{
border-color: #0891FE;
}
.TagClassName
{
border-color: #0891FE;
}
</style>