Shades of Dodger Blue #0087FA
Tints of Dodger Blue #0087FA
RGB
CMYK
RGB Variations
Color information
#0087FA (or 0x0087FA) is known color: Dodger Blue. HEX triplet: 00, 87 and FA. RGB value is (0,135,250). Sum of RGB (Red+Green+Blue) = 0+135+250=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #0087FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0087FA is #FF7805. Grayscale: #6B6B6B. Windows color (decimal): -16742406 or 16418560. OLE color: 16418560.
HSL color Cylindrical-coordinate representation of color #0087FA: hue angle of 207.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087FA is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 135 | 250 | - |
| CMYK | 1 | 0.46 | 0 | 0.02 |
| HSL | 207.6º | 1% | 0.49% | - |
| HSV(B) | 207.6º | 1% | 0.98% | - |
| XYZ | 25.92 | 24.23 | 93.75 | - |
| YUV | 107.75 | 208.27 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 250 | 1 | 0.46 | 0 | 0.02 | 207.6 | 1 | 0.49 |
| Hex | 0 | 87 | FA | 64 | 2E | 0 | 2 | D0 | 64 | 31 |
| Octal | 0 | 207 | 372 | 144 | 56 | 0 | 2 | 320 | 144 | 61 |
| Binary | 0 | 10000111 | 11111010 | 1100100 | 101110 | 0 | 10 | 11010000 | 1100100 | 110001 |
Color Harmonies of #0087FA
Complementary color
Monochromatic Colors of #0087FA
Black with #0087FA
Text Example
Text Example
White with #0087FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087FA; }
p { color: rgb(0,135,250); }
H1.HeaderClassName
{
color: #0087FA;
}
.AnyTagClassName
{
color: #0087FA;
}
</style>
background-color css
<style>
a { background-color: #0087FA; }
a { background-color: rgb(0,135,250); }
div.DivClassName
{
background-color: #0087FA;
}
.BgClassName
{
background-color: #0087FA;
}
</style>
border-color css
<style>
span { border-color: #0087FA; }
span { border-color: rgb(0,135,250); }
td.TdClassName
{
border-color: #0087FA;
}
.TagClassName
{
border-color: #0087FA;
}
</style>