Shades of Dodger Blue #087CED
Tints of Dodger Blue #087CED
RGB
CMYK
RGB Variations
Color information
#087CED (or 0x087CED) is known color: Dodger Blue. HEX triplet: 08, 7C and ED. RGB value is (8,124,237). Sum of RGB (Red+Green+Blue) = 8+124+237=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #087CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CED is #F78312. Grayscale: #656565. Windows color (decimal): -16220947 or 15563784. OLE color: 15563784.
HSL color Cylindrical-coordinate representation of color #087CED: hue angle of 209.61º 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 #087CED is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 124 | 237 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.07 |
| HSL | 209.61º | 0.93% | 0.48% | - |
| HSV(B) | 209.61º | 0.97% | 0.93% | - |
| XYZ | 22.59 | 20.58 | 82.9 | - |
| YUV | 102.2 | 204.07 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 237 | 0.97 | 0.48 | 0 | 0.07 | 209.61 | 0.93 | 0.48 |
| Hex | 8 | 7C | ED | 61 | 30 | 0 | 7 | D2 | 5D | 30 |
| Octal | 10 | 174 | 355 | 141 | 60 | 0 | 7 | 322 | 135 | 60 |
| Binary | 1000 | 1111100 | 11101101 | 1100001 | 110000 | 0 | 111 | 11010010 | 1011101 | 110000 |
Color Harmonies of #087CED
Complementary color
Monochromatic Colors of #087CED
Black with #087CED
Text Example
Text Example
White with #087CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CED; }
p { color: rgb(8,124,237); }
H1.HeaderClassName
{
color: #087CED;
}
.AnyTagClassName
{
color: #087CED;
}
</style>
background-color css
<style>
a { background-color: #087CED; }
a { background-color: rgb(8,124,237); }
div.DivClassName
{
background-color: #087CED;
}
.BgClassName
{
background-color: #087CED;
}
</style>
border-color css
<style>
span { border-color: #087CED; }
span { border-color: rgb(8,124,237); }
td.TdClassName
{
border-color: #087CED;
}
.TagClassName
{
border-color: #087CED;
}
</style>