Shades of Dodger Blue #0486EE
Tints of Dodger Blue #0486EE
RGB
CMYK
RGB Variations
Color information
#0486EE (or 0x0486EE) is known color: Dodger Blue. HEX triplet: 04, 86 and EE. RGB value is (4,134,238). Sum of RGB (Red+Green+Blue) = 4+134+238=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #0486EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0486EE is #FB7911. Grayscale: #6A6A6A. Windows color (decimal): -16480530 or 15631876. OLE color: 15631876.
HSL color Cylindrical-coordinate representation of color #0486EE: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486EE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 134 | 238 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.07 |
| HSL | 206.67º | 0.97% | 0.47% | - |
| HSV(B) | 206.67º | 0.98% | 0.93% | - |
| XYZ | 24.01 | 23.25 | 84.11 | - |
| YUV | 106.99 | 201.93 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 238 | 0.98 | 0.44 | 0 | 0.07 | 206.67 | 0.97 | 0.47 |
| Hex | 4 | 86 | EE | 62 | 2C | 0 | 7 | CF | 61 | 2F |
| Octal | 4 | 206 | 356 | 142 | 54 | 0 | 7 | 317 | 141 | 57 |
| Binary | 100 | 10000110 | 11101110 | 1100010 | 101100 | 0 | 111 | 11001111 | 1100001 | 101111 |
Color Harmonies of #0486EE
Complementary color
Monochromatic Colors of #0486EE
Black with #0486EE
Text Example
Text Example
White with #0486EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486EE; }
p { color: rgb(4,134,238); }
H1.HeaderClassName
{
color: #0486EE;
}
.AnyTagClassName
{
color: #0486EE;
}
</style>
background-color css
<style>
a { background-color: #0486EE; }
a { background-color: rgb(4,134,238); }
div.DivClassName
{
background-color: #0486EE;
}
.BgClassName
{
background-color: #0486EE;
}
</style>
border-color css
<style>
span { border-color: #0486EE; }
span { border-color: rgb(4,134,238); }
td.TdClassName
{
border-color: #0486EE;
}
.TagClassName
{
border-color: #0486EE;
}
</style>