Shades of Dodger Blue #0087EB
Tints of Dodger Blue #0087EB
RGB
CMYK
RGB Variations
Color information
#0087EB (or 0x0087EB) is known color: Dodger Blue. HEX triplet: 00, 87 and EB. RGB value is (0,135,235). Sum of RGB (Red+Green+Blue) = 0+135+235=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #0087EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0087EB is #FF7814. Grayscale: #696969. Windows color (decimal): -16742421 or 15435520. OLE color: 15435520.
HSL color Cylindrical-coordinate representation of color #0087EB: hue angle of 205.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087EB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 135 | 235 | - |
| CMYK | 1 | 0.43 | 0 | 0.08 |
| HSL | 205.53º | 1% | 0.46% | - |
| HSV(B) | 205.53º | 1% | 0.92% | - |
| XYZ | 23.66 | 23.33 | 81.85 | - |
| YUV | 106.04 | 200.77 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 235 | 1 | 0.43 | 0 | 0.08 | 205.53 | 1 | 0.46 |
| Hex | 0 | 87 | EB | 64 | 2B | 0 | 8 | CE | 64 | 2E |
| Octal | 0 | 207 | 353 | 144 | 53 | 0 | 10 | 316 | 144 | 56 |
| Binary | 0 | 10000111 | 11101011 | 1100100 | 101011 | 0 | 1000 | 11001110 | 1100100 | 101110 |
Color Harmonies of #0087EB
Complementary color
Monochromatic Colors of #0087EB
Black with #0087EB
Text Example
Text Example
White with #0087EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087EB; }
p { color: rgb(0,135,235); }
H1.HeaderClassName
{
color: #0087EB;
}
.AnyTagClassName
{
color: #0087EB;
}
</style>
background-color css
<style>
a { background-color: #0087EB; }
a { background-color: rgb(0,135,235); }
div.DivClassName
{
background-color: #0087EB;
}
.BgClassName
{
background-color: #0087EB;
}
</style>
border-color css
<style>
span { border-color: #0087EB; }
span { border-color: rgb(0,135,235); }
td.TdClassName
{
border-color: #0087EB;
}
.TagClassName
{
border-color: #0087EB;
}
</style>