Shades of Dodger Blue #087CEA
Tints of Dodger Blue #087CEA
RGB
CMYK
RGB Variations
Color information
#087CEA (or 0x087CEA) is known color: Dodger Blue. HEX triplet: 08, 7C and EA. RGB value is (8,124,234). Sum of RGB (Red+Green+Blue) = 8+124+234=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #087CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CEA is #F78315. Grayscale: #656565. Windows color (decimal): -16220950 or 15367176. OLE color: 15367176.
HSL color Cylindrical-coordinate representation of color #087CEA: hue angle of 209.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087CEA is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 124 | 234 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.08 |
| HSL | 209.2º | 0.93% | 0.47% | - |
| HSV(B) | 209.2º | 0.97% | 0.92% | - |
| XYZ | 22.16 | 20.41 | 80.61 | - |
| YUV | 101.86 | 202.57 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 234 | 0.97 | 0.47 | 0 | 0.08 | 209.2 | 0.93 | 0.47 |
| Hex | 8 | 7C | EA | 61 | 2F | 0 | 8 | D1 | 5D | 2F |
| Octal | 10 | 174 | 352 | 141 | 57 | 0 | 10 | 321 | 135 | 57 |
| Binary | 1000 | 1111100 | 11101010 | 1100001 | 101111 | 0 | 1000 | 11010001 | 1011101 | 101111 |
Color Harmonies of #087CEA
Complementary color
Monochromatic Colors of #087CEA
Black with #087CEA
Text Example
Text Example
White with #087CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CEA; }
p { color: rgb(8,124,234); }
H1.HeaderClassName
{
color: #087CEA;
}
.AnyTagClassName
{
color: #087CEA;
}
</style>
background-color css
<style>
a { background-color: #087CEA; }
a { background-color: rgb(8,124,234); }
div.DivClassName
{
background-color: #087CEA;
}
.BgClassName
{
background-color: #087CEA;
}
</style>
border-color css
<style>
span { border-color: #087CEA; }
span { border-color: rgb(8,124,234); }
td.TdClassName
{
border-color: #087CEA;
}
.TagClassName
{
border-color: #087CEA;
}
</style>