Shades of Dodger Blue #0887F1
Tints of Dodger Blue #0887F1
RGB
CMYK
RGB Variations
Color information
#0887F1 (or 0x0887F1) is known color: Dodger Blue. HEX triplet: 08, 87 and F1. RGB value is (8,135,241). Sum of RGB (Red+Green+Blue) = 8+135+241=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #0887F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0887F1 is #F7780E. Grayscale: #6C6C6C. Windows color (decimal): -16218127 or 15828744. OLE color: 15828744.
HSL color Cylindrical-coordinate representation of color #0887F1: hue angle of 207.3º 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 #0887F1 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 135 | 241 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.05 |
| HSL | 207.3º | 0.94% | 0.49% | - |
| HSV(B) | 207.3º | 0.97% | 0.95% | - |
| XYZ | 24.64 | 23.73 | 86.5 | - |
| YUV | 109.11 | 202.42 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 241 | 0.97 | 0.44 | 0 | 0.05 | 207.3 | 0.94 | 0.49 |
| Hex | 8 | 87 | F1 | 61 | 2C | 0 | 5 | CF | 5E | 31 |
| Octal | 10 | 207 | 361 | 141 | 54 | 0 | 5 | 317 | 136 | 61 |
| Binary | 1000 | 10000111 | 11110001 | 1100001 | 101100 | 0 | 101 | 11001111 | 1011110 | 110001 |
Color Harmonies of #0887F1
Complementary color
Monochromatic Colors of #0887F1
Black with #0887F1
Text Example
Text Example
White with #0887F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0887F1; }
p { color: rgb(8,135,241); }
H1.HeaderClassName
{
color: #0887F1;
}
.AnyTagClassName
{
color: #0887F1;
}
</style>
background-color css
<style>
a { background-color: #0887F1; }
a { background-color: rgb(8,135,241); }
div.DivClassName
{
background-color: #0887F1;
}
.BgClassName
{
background-color: #0887F1;
}
</style>
border-color css
<style>
span { border-color: #0887F1; }
span { border-color: rgb(8,135,241); }
td.TdClassName
{
border-color: #0887F1;
}
.TagClassName
{
border-color: #0887F1;
}
</style>