Shades of Dodger Blue #0087FE
Tints of Dodger Blue #0087FE
RGB
CMYK
RGB Variations
Color information
#0087FE (or 0x0087FE) is known color: Dodger Blue. HEX triplet: 00, 87 and FE. RGB value is (0,135,254). Sum of RGB (Red+Green+Blue) = 0+135+254=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0087FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0087FE is #FF7801. Grayscale: #6B6B6B. Windows color (decimal): -16742402 or 16680704. OLE color: 16680704.
HSL color Cylindrical-coordinate representation of color #0087FE: hue angle of 208.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087FE is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 135 | 254 | - |
| CMYK | 1 | 0.47 | 0 | 0.00 |
| HSL | 208.11º | 1% | 0.5% | - |
| HSV(B) | 208.11º | 1% | 1% | - |
| XYZ | 26.55 | 24.48 | 97.09 | - |
| YUV | 108.2 | 210.27 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 254 | 1 | 0.47 | 0 | 0.00 | 208.11 | 1 | 0.5 |
| Hex | 0 | 87 | FE | 64 | 2F | 0 | 0 | D0 | 64 | 32 |
| Octal | 0 | 207 | 376 | 144 | 57 | 0 | 0 | 320 | 144 | 62 |
| Binary | 0 | 10000111 | 11111110 | 1100100 | 101111 | 0 | 0 | 11010000 | 1100100 | 110010 |
Color Harmonies of #0087FE
Complementary color
Monochromatic Colors of #0087FE
Black with #0087FE
Text Example
Text Example
White with #0087FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087FE; }
p { color: rgb(0,135,254); }
H1.HeaderClassName
{
color: #0087FE;
}
.AnyTagClassName
{
color: #0087FE;
}
</style>
background-color css
<style>
a { background-color: #0087FE; }
a { background-color: rgb(0,135,254); }
div.DivClassName
{
background-color: #0087FE;
}
.BgClassName
{
background-color: #0087FE;
}
</style>
border-color css
<style>
span { border-color: #0087FE; }
span { border-color: rgb(0,135,254); }
td.TdClassName
{
border-color: #0087FE;
}
.TagClassName
{
border-color: #0087FE;
}
</style>