Shades of Dodger Blue #0386EE
Tints of Dodger Blue #0386EE
RGB
CMYK
RGB Variations
Color information
#0386EE (or 0x0386EE) is known color: Dodger Blue. HEX triplet: 03, 86 and EE. RGB value is (3,134,238). Sum of RGB (Red+Green+Blue) = 3+134+238=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #0386EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0386EE is #FC7911. Grayscale: #6A6A6A. Windows color (decimal): -16546066 or 15631875. OLE color: 15631875.
HSL color Cylindrical-coordinate representation of color #0386EE: hue angle of 206.55º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0386EE is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 134 | 238 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.07 |
| HSL | 206.55º | 0.98% | 0.47% | - |
| HSV(B) | 206.55º | 0.99% | 0.93% | - |
| XYZ | 24 | 23.24 | 84.11 | - |
| YUV | 106.69 | 202.1 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 238 | 0.99 | 0.44 | 0 | 0.07 | 206.55 | 0.98 | 0.47 |
| Hex | 3 | 86 | EE | 63 | 2C | 0 | 7 | CF | 62 | 2F |
| Octal | 3 | 206 | 356 | 143 | 54 | 0 | 7 | 317 | 142 | 57 |
| Binary | 11 | 10000110 | 11101110 | 1100011 | 101100 | 0 | 111 | 11001111 | 1100010 | 101111 |
Color Harmonies of #0386EE
Complementary color
Monochromatic Colors of #0386EE
Black with #0386EE
Text Example
Text Example
White with #0386EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386EE; }
p { color: rgb(3,134,238); }
H1.HeaderClassName
{
color: #0386EE;
}
.AnyTagClassName
{
color: #0386EE;
}
</style>
background-color css
<style>
a { background-color: #0386EE; }
a { background-color: rgb(3,134,238); }
div.DivClassName
{
background-color: #0386EE;
}
.BgClassName
{
background-color: #0386EE;
}
</style>
border-color css
<style>
span { border-color: #0386EE; }
span { border-color: rgb(3,134,238); }
td.TdClassName
{
border-color: #0386EE;
}
.TagClassName
{
border-color: #0386EE;
}
</style>