Shades of Dodger Blue #087BED
Tints of Dodger Blue #087BED
RGB
CMYK
RGB Variations
Color information
#087BED (or 0x087BED) is known color: Dodger Blue. HEX triplet: 08, 7B and ED. RGB value is (8,123,237). Sum of RGB (Red+Green+Blue) = 8+123+237=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #087BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BED is #F78412. Grayscale: #656565. Windows color (decimal): -16221203 or 15563528. OLE color: 15563528.
HSL color Cylindrical-coordinate representation of color #087BED: hue angle of 209.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087BED is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 123 | 237 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.07 |
| HSL | 209.87º | 0.93% | 0.48% | - |
| HSV(B) | 209.87º | 0.97% | 0.93% | - |
| XYZ | 22.47 | 20.33 | 82.86 | - |
| YUV | 101.61 | 204.4 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 237 | 0.97 | 0.48 | 0 | 0.07 | 209.87 | 0.93 | 0.48 |
| Hex | 8 | 7B | ED | 61 | 30 | 0 | 7 | D2 | 5D | 30 |
| Octal | 10 | 173 | 355 | 141 | 60 | 0 | 7 | 322 | 135 | 60 |
| Binary | 1000 | 1111011 | 11101101 | 1100001 | 110000 | 0 | 111 | 11010010 | 1011101 | 110000 |
Color Harmonies of #087BED
Complementary color
Monochromatic Colors of #087BED
Black with #087BED
Text Example
Text Example
White with #087BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BED; }
p { color: rgb(8,123,237); }
H1.HeaderClassName
{
color: #087BED;
}
.AnyTagClassName
{
color: #087BED;
}
</style>
background-color css
<style>
a { background-color: #087BED; }
a { background-color: rgb(8,123,237); }
div.DivClassName
{
background-color: #087BED;
}
.BgClassName
{
background-color: #087BED;
}
</style>
border-color css
<style>
span { border-color: #087BED; }
span { border-color: rgb(8,123,237); }
td.TdClassName
{
border-color: #087BED;
}
.TagClassName
{
border-color: #087BED;
}
</style>