Shades of Dodger Blue #0386EC
Tints of Dodger Blue #0386EC
RGB
CMYK
RGB Variations
Color information
#0386EC (or 0x0386EC) is known color: Dodger Blue. HEX triplet: 03, 86 and EC. RGB value is (3,134,236). Sum of RGB (Red+Green+Blue) = 3+134+236=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #0386EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0386EC is #FC7913. Grayscale: #696969. Windows color (decimal): -16546068 or 15500803. OLE color: 15500803.
HSL color Cylindrical-coordinate representation of color #0386EC: hue angle of 206.27º degrees, saturation: 0.97, 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 #0386EC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 134 | 236 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.07 |
| HSL | 206.27º | 0.97% | 0.47% | - |
| HSV(B) | 206.27º | 0.99% | 0.93% | - |
| XYZ | 23.7 | 23.13 | 82.57 | - |
| YUV | 106.46 | 201.1 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 236 | 0.99 | 0.43 | 0 | 0.07 | 206.27 | 0.97 | 0.47 |
| Hex | 3 | 86 | EC | 63 | 2B | 0 | 7 | CE | 61 | 2F |
| Octal | 3 | 206 | 354 | 143 | 53 | 0 | 7 | 316 | 141 | 57 |
| Binary | 11 | 10000110 | 11101100 | 1100011 | 101011 | 0 | 111 | 11001110 | 1100001 | 101111 |
Color Harmonies of #0386EC
Complementary color
Monochromatic Colors of #0386EC
Black with #0386EC
Text Example
Text Example
White with #0386EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0386EC; }
p { color: rgb(3,134,236); }
H1.HeaderClassName
{
color: #0386EC;
}
.AnyTagClassName
{
color: #0386EC;
}
</style>
background-color css
<style>
a { background-color: #0386EC; }
a { background-color: rgb(3,134,236); }
div.DivClassName
{
background-color: #0386EC;
}
.BgClassName
{
background-color: #0386EC;
}
</style>
border-color css
<style>
span { border-color: #0386EC; }
span { border-color: rgb(3,134,236); }
td.TdClassName
{
border-color: #0386EC;
}
.TagClassName
{
border-color: #0386EC;
}
</style>