Shades of Dodger Blue #0891F1
Tints of Dodger Blue #0891F1
RGB
CMYK
RGB Variations
Color information
#0891F1 (or 0x0891F1) is known color: Dodger Blue. HEX triplet: 08, 91 and F1. RGB value is (8,145,241). Sum of RGB (Red+Green+Blue) = 8+145+241=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #0891F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0891F1 is #F76E0E. Grayscale: #727272. Windows color (decimal): -16215567 or 15831304. OLE color: 15831304.
HSL color Cylindrical-coordinate representation of color #0891F1: hue angle of 204.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0891F1 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 145 | 241 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.05 |
| HSL | 204.72º | 0.94% | 0.49% | - |
| HSV(B) | 204.72º | 0.97% | 0.95% | - |
| XYZ | 26.1 | 26.65 | 86.99 | - |
| YUV | 114.98 | 199.11 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 241 | 0.97 | 0.40 | 0 | 0.05 | 204.72 | 0.94 | 0.49 |
| Hex | 8 | 91 | F1 | 61 | 28 | 0 | 5 | CD | 5E | 31 |
| Octal | 10 | 221 | 361 | 141 | 50 | 0 | 5 | 315 | 136 | 61 |
| Binary | 1000 | 10010001 | 11110001 | 1100001 | 101000 | 0 | 101 | 11001101 | 1011110 | 110001 |
Color Harmonies of #0891F1
Complementary color
Monochromatic Colors of #0891F1
Black with #0891F1
Text Example
Text Example
White with #0891F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891F1; }
p { color: rgb(8,145,241); }
H1.HeaderClassName
{
color: #0891F1;
}
.AnyTagClassName
{
color: #0891F1;
}
</style>
background-color css
<style>
a { background-color: #0891F1; }
a { background-color: rgb(8,145,241); }
div.DivClassName
{
background-color: #0891F1;
}
.BgClassName
{
background-color: #0891F1;
}
</style>
border-color css
<style>
span { border-color: #0891F1; }
span { border-color: rgb(8,145,241); }
td.TdClassName
{
border-color: #0891F1;
}
.TagClassName
{
border-color: #0891F1;
}
</style>