Shades of Dodger Blue #087CEF
Tints of Dodger Blue #087CEF
RGB
CMYK
RGB Variations
Color information
#087CEF (or 0x087CEF) is known color: Dodger Blue. HEX triplet: 08, 7C and EF. RGB value is (8,124,239). Sum of RGB (Red+Green+Blue) = 8+124+239=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #087CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CEF is #F78310. Grayscale: #656565. Windows color (decimal): -16220945 or 15694856. OLE color: 15694856.
HSL color Cylindrical-coordinate representation of color #087CEF: hue angle of 209.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087CEF is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 124 | 239 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.06 |
| HSL | 209.87º | 0.94% | 0.48% | - |
| HSV(B) | 209.87º | 0.97% | 0.94% | - |
| XYZ | 22.89 | 20.7 | 84.45 | - |
| YUV | 102.43 | 205.07 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 239 | 0.97 | 0.48 | 0 | 0.06 | 209.87 | 0.94 | 0.48 |
| Hex | 8 | 7C | EF | 61 | 30 | 0 | 6 | D2 | 5E | 30 |
| Octal | 10 | 174 | 357 | 141 | 60 | 0 | 6 | 322 | 136 | 60 |
| Binary | 1000 | 1111100 | 11101111 | 1100001 | 110000 | 0 | 110 | 11010010 | 1011110 | 110000 |
Color Harmonies of #087CEF
Complementary color
Monochromatic Colors of #087CEF
Black with #087CEF
Text Example
Text Example
White with #087CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CEF; }
p { color: rgb(8,124,239); }
H1.HeaderClassName
{
color: #087CEF;
}
.AnyTagClassName
{
color: #087CEF;
}
</style>
background-color css
<style>
a { background-color: #087CEF; }
a { background-color: rgb(8,124,239); }
div.DivClassName
{
background-color: #087CEF;
}
.BgClassName
{
background-color: #087CEF;
}
</style>
border-color css
<style>
span { border-color: #087CEF; }
span { border-color: rgb(8,124,239); }
td.TdClassName
{
border-color: #087CEF;
}
.TagClassName
{
border-color: #087CEF;
}
</style>