Shades of Dodger Blue #0486FD
Tints of Dodger Blue #0486FD
RGB
CMYK
RGB Variations
Color information
#0486FD (or 0x0486FD) is known color: Dodger Blue. HEX triplet: 04, 86 and FD. RGB value is (4,134,253). Sum of RGB (Red+Green+Blue) = 4+134+253=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #0486FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0486FD is #FB7902. Grayscale: #6C6C6C. Windows color (decimal): -16480515 or 16614916. OLE color: 16614916.
HSL color Cylindrical-coordinate representation of color #0486FD: hue angle of 208.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486FD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 134 | 253 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.01 |
| HSL | 208.67º | 0.98% | 0.5% | - |
| HSV(B) | 208.67º | 0.98% | 0.99% | - |
| XYZ | 26.3 | 24.17 | 96.21 | - |
| YUV | 108.7 | 209.43 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 253 | 0.98 | 0.47 | 0 | 0.01 | 208.67 | 0.98 | 0.5 |
| Hex | 4 | 86 | FD | 62 | 2F | 0 | 1 | D1 | 62 | 32 |
| Octal | 4 | 206 | 375 | 142 | 57 | 0 | 1 | 321 | 142 | 62 |
| Binary | 100 | 10000110 | 11111101 | 1100010 | 101111 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0486FD
Complementary color
Monochromatic Colors of #0486FD
Black with #0486FD
Text Example
Text Example
White with #0486FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486FD; }
p { color: rgb(4,134,253); }
H1.HeaderClassName
{
color: #0486FD;
}
.AnyTagClassName
{
color: #0486FD;
}
</style>
background-color css
<style>
a { background-color: #0486FD; }
a { background-color: rgb(4,134,253); }
div.DivClassName
{
background-color: #0486FD;
}
.BgClassName
{
background-color: #0486FD;
}
</style>
border-color css
<style>
span { border-color: #0486FD; }
span { border-color: rgb(4,134,253); }
td.TdClassName
{
border-color: #0486FD;
}
.TagClassName
{
border-color: #0486FD;
}
</style>