Shades of Dodger Blue #0396EC
Tints of Dodger Blue #0396EC
RGB
CMYK
RGB Variations
Color information
#0396EC (or 0x0396EC) is known color: Dodger Blue. HEX triplet: 03, 96 and EC. RGB value is (3,150,236). Sum of RGB (Red+Green+Blue) = 3+150+236=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #0396EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0396EC is #FC6913. Grayscale: #737373. Windows color (decimal): -16541972 or 15504899. OLE color: 15504899.
HSL color Cylindrical-coordinate representation of color #0396EC: hue angle of 202.15º 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 #0396EC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 150 | 236 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.07 |
| HSL | 202.15º | 0.97% | 0.47% | - |
| HSV(B) | 202.15º | 0.99% | 0.93% | - |
| XYZ | 26.08 | 27.89 | 83.37 | - |
| YUV | 115.85 | 195.8 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 236 | 0.99 | 0.36 | 0 | 0.07 | 202.15 | 0.97 | 0.47 |
| Hex | 3 | 96 | EC | 63 | 24 | 0 | 7 | CA | 61 | 2F |
| Octal | 3 | 226 | 354 | 143 | 44 | 0 | 7 | 312 | 141 | 57 |
| Binary | 11 | 10010110 | 11101100 | 1100011 | 100100 | 0 | 111 | 11001010 | 1100001 | 101111 |
Color Harmonies of #0396EC
Complementary color
Monochromatic Colors of #0396EC
Black with #0396EC
Text Example
Text Example
White with #0396EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0396EC; }
p { color: rgb(3,150,236); }
H1.HeaderClassName
{
color: #0396EC;
}
.AnyTagClassName
{
color: #0396EC;
}
</style>
background-color css
<style>
a { background-color: #0396EC; }
a { background-color: rgb(3,150,236); }
div.DivClassName
{
background-color: #0396EC;
}
.BgClassName
{
background-color: #0396EC;
}
</style>
border-color css
<style>
span { border-color: #0396EC; }
span { border-color: rgb(3,150,236); }
td.TdClassName
{
border-color: #0396EC;
}
.TagClassName
{
border-color: #0396EC;
}
</style>