Shades of Dodger Blue #087BEB
Tints of Dodger Blue #087BEB
RGB
CMYK
RGB Variations
Color information
#087BEB (or 0x087BEB) is known color: Dodger Blue. HEX triplet: 08, 7B and EB. RGB value is (8,123,235). Sum of RGB (Red+Green+Blue) = 8+123+235=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #087BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BEB is #F78414. Grayscale: #646464. Windows color (decimal): -16221205 or 15432456. OLE color: 15432456.
HSL color Cylindrical-coordinate representation of color #087BEB: hue angle of 209.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087BEB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 123 | 235 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.08 |
| HSL | 209.6º | 0.93% | 0.48% | - |
| HSV(B) | 209.6º | 0.97% | 0.92% | - |
| XYZ | 22.18 | 20.22 | 81.33 | - |
| YUV | 101.38 | 203.4 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 235 | 0.97 | 0.48 | 0 | 0.08 | 209.6 | 0.93 | 0.48 |
| Hex | 8 | 7B | EB | 61 | 30 | 0 | 8 | D2 | 5D | 30 |
| Octal | 10 | 173 | 353 | 141 | 60 | 0 | 10 | 322 | 135 | 60 |
| Binary | 1000 | 1111011 | 11101011 | 1100001 | 110000 | 0 | 1000 | 11010010 | 1011101 | 110000 |
Color Harmonies of #087BEB
Complementary color
Monochromatic Colors of #087BEB
Black with #087BEB
Text Example
Text Example
White with #087BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BEB; }
p { color: rgb(8,123,235); }
H1.HeaderClassName
{
color: #087BEB;
}
.AnyTagClassName
{
color: #087BEB;
}
</style>
background-color css
<style>
a { background-color: #087BEB; }
a { background-color: rgb(8,123,235); }
div.DivClassName
{
background-color: #087BEB;
}
.BgClassName
{
background-color: #087BEB;
}
</style>
border-color css
<style>
span { border-color: #087BEB; }
span { border-color: rgb(8,123,235); }
td.TdClassName
{
border-color: #087BEB;
}
.TagClassName
{
border-color: #087BEB;
}
</style>