Shades of Dodger Blue #0487FA
Tints of Dodger Blue #0487FA
RGB
CMYK
RGB Variations
Color information
#0487FA (or 0x0487FA) is known color: Dodger Blue. HEX triplet: 04, 87 and FA. RGB value is (4,135,250). Sum of RGB (Red+Green+Blue) = 4+135+250=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #0487FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0487FA is #FB7805. Grayscale: #6C6C6C. Windows color (decimal): -16480262 or 16418564. OLE color: 16418564.
HSL color Cylindrical-coordinate representation of color #0487FA: hue angle of 208.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487FA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 135 | 250 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.02 |
| HSL | 208.05º | 0.97% | 0.5% | - |
| HSV(B) | 208.05º | 0.98% | 0.98% | - |
| XYZ | 25.97 | 24.26 | 93.76 | - |
| YUV | 108.94 | 207.6 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 135 | 250 | 0.98 | 0.46 | 0 | 0.02 | 208.05 | 0.97 | 0.5 |
| Hex | 4 | 87 | FA | 62 | 2E | 0 | 2 | D0 | 61 | 32 |
| Octal | 4 | 207 | 372 | 142 | 56 | 0 | 2 | 320 | 141 | 62 |
| Binary | 100 | 10000111 | 11111010 | 1100010 | 101110 | 0 | 10 | 11010000 | 1100001 | 110010 |
Color Harmonies of #0487FA
Complementary color
Monochromatic Colors of #0487FA
Black with #0487FA
Text Example
Text Example
White with #0487FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0487FA; }
p { color: rgb(4,135,250); }
H1.HeaderClassName
{
color: #0487FA;
}
.AnyTagClassName
{
color: #0487FA;
}
</style>
background-color css
<style>
a { background-color: #0487FA; }
a { background-color: rgb(4,135,250); }
div.DivClassName
{
background-color: #0487FA;
}
.BgClassName
{
background-color: #0487FA;
}
</style>
border-color css
<style>
span { border-color: #0487FA; }
span { border-color: rgb(4,135,250); }
td.TdClassName
{
border-color: #0487FA;
}
.TagClassName
{
border-color: #0487FA;
}
</style>