Shades of Dodger Blue #087FF2
Tints of Dodger Blue #087FF2
RGB
CMYK
RGB Variations
Color information
#087FF2 (or 0x087FF2) is known color: Dodger Blue. HEX triplet: 08, 7F and F2. RGB value is (8,127,242). Sum of RGB (Red+Green+Blue) = 8+127+242=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #087FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087FF2 is #F7800D. Grayscale: #676767. Windows color (decimal): -16220174 or 15892232. OLE color: 15892232.
HSL color Cylindrical-coordinate representation of color #087FF2: hue angle of 209.49º 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 #087FF2 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 127 | 242 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.05 |
| HSL | 209.49º | 0.94% | 0.49% | - |
| HSV(B) | 209.49º | 0.97% | 0.95% | - |
| XYZ | 23.72 | 21.64 | 86.93 | - |
| YUV | 104.53 | 205.58 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 242 | 0.97 | 0.48 | 0 | 0.05 | 209.49 | 0.94 | 0.49 |
| Hex | 8 | 7F | F2 | 61 | 30 | 0 | 5 | D1 | 5E | 31 |
| Octal | 10 | 177 | 362 | 141 | 60 | 0 | 5 | 321 | 136 | 61 |
| Binary | 1000 | 1111111 | 11110010 | 1100001 | 110000 | 0 | 101 | 11010001 | 1011110 | 110001 |
Color Harmonies of #087FF2
Complementary color
Monochromatic Colors of #087FF2
Black with #087FF2
Text Example
Text Example
White with #087FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FF2; }
p { color: rgb(8,127,242); }
H1.HeaderClassName
{
color: #087FF2;
}
.AnyTagClassName
{
color: #087FF2;
}
</style>
background-color css
<style>
a { background-color: #087FF2; }
a { background-color: rgb(8,127,242); }
div.DivClassName
{
background-color: #087FF2;
}
.BgClassName
{
background-color: #087FF2;
}
</style>
border-color css
<style>
span { border-color: #087FF2; }
span { border-color: rgb(8,127,242); }
td.TdClassName
{
border-color: #087FF2;
}
.TagClassName
{
border-color: #087FF2;
}
</style>