Shades of Dodger Blue #087BEA
Tints of Dodger Blue #087BEA
RGB
CMYK
RGB Variations
Color information
#087BEA (or 0x087BEA) is known color: Dodger Blue. HEX triplet: 08, 7B and EA. RGB value is (8,123,234). Sum of RGB (Red+Green+Blue) = 8+123+234=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #087BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087BEA is #F78415. Grayscale: #646464. Windows color (decimal): -16221206 or 15366920. OLE color: 15366920.
HSL color Cylindrical-coordinate representation of color #087BEA: hue angle of 209.47º 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 #087BEA is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 123 | 234 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.08 |
| HSL | 209.47º | 0.93% | 0.47% | - |
| HSV(B) | 209.47º | 0.97% | 0.92% | - |
| XYZ | 22.03 | 20.16 | 80.57 | - |
| YUV | 101.27 | 202.9 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 234 | 0.97 | 0.47 | 0 | 0.08 | 209.47 | 0.93 | 0.47 |
| Hex | 8 | 7B | EA | 61 | 2F | 0 | 8 | D1 | 5D | 2F |
| Octal | 10 | 173 | 352 | 141 | 57 | 0 | 10 | 321 | 135 | 57 |
| Binary | 1000 | 1111011 | 11101010 | 1100001 | 101111 | 0 | 1000 | 11010001 | 1011101 | 101111 |
Color Harmonies of #087BEA
Complementary color
Monochromatic Colors of #087BEA
Black with #087BEA
Text Example
Text Example
White with #087BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087BEA; }
p { color: rgb(8,123,234); }
H1.HeaderClassName
{
color: #087BEA;
}
.AnyTagClassName
{
color: #087BEA;
}
</style>
background-color css
<style>
a { background-color: #087BEA; }
a { background-color: rgb(8,123,234); }
div.DivClassName
{
background-color: #087BEA;
}
.BgClassName
{
background-color: #087BEA;
}
</style>
border-color css
<style>
span { border-color: #087BEA; }
span { border-color: rgb(8,123,234); }
td.TdClassName
{
border-color: #087BEA;
}
.TagClassName
{
border-color: #087BEA;
}
</style>