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