Shades of Dodger Blue #0889F1
Tints of Dodger Blue #0889F1
RGB
CMYK
RGB Variations
Color information
#0889F1 (or 0x0889F1) is known color: Dodger Blue. HEX triplet: 08, 89 and F1. RGB value is (8,137,241). Sum of RGB (Red+Green+Blue) = 8+137+241=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #0889F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0889F1 is #F7760E. Grayscale: #6D6D6D. Windows color (decimal): -16217615 or 15829256. OLE color: 15829256.
HSL color Cylindrical-coordinate representation of color #0889F1: hue angle of 206.78º 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 #0889F1 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 137 | 241 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.05 |
| HSL | 206.78º | 0.94% | 0.49% | - |
| HSV(B) | 206.78º | 0.97% | 0.95% | - |
| XYZ | 24.92 | 24.29 | 86.59 | - |
| YUV | 110.29 | 201.76 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 241 | 0.97 | 0.43 | 0 | 0.05 | 206.78 | 0.94 | 0.49 |
| Hex | 8 | 89 | F1 | 61 | 2B | 0 | 5 | CF | 5E | 31 |
| Octal | 10 | 211 | 361 | 141 | 53 | 0 | 5 | 317 | 136 | 61 |
| Binary | 1000 | 10001001 | 11110001 | 1100001 | 101011 | 0 | 101 | 11001111 | 1011110 | 110001 |
Color Harmonies of #0889F1
Complementary color
Monochromatic Colors of #0889F1
Black with #0889F1
Text Example
Text Example
White with #0889F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0889F1; }
p { color: rgb(8,137,241); }
H1.HeaderClassName
{
color: #0889F1;
}
.AnyTagClassName
{
color: #0889F1;
}
</style>
background-color css
<style>
a { background-color: #0889F1; }
a { background-color: rgb(8,137,241); }
div.DivClassName
{
background-color: #0889F1;
}
.BgClassName
{
background-color: #0889F1;
}
</style>
border-color css
<style>
span { border-color: #0889F1; }
span { border-color: rgb(8,137,241); }
td.TdClassName
{
border-color: #0889F1;
}
.TagClassName
{
border-color: #0889F1;
}
</style>