Shades of Dodger Blue #0396EA
Tints of Dodger Blue #0396EA
RGB
CMYK
RGB Variations
Color information
#0396EA (or 0x0396EA) is known color: Dodger Blue. HEX triplet: 03, 96 and EA. RGB value is (3,150,234). Sum of RGB (Red+Green+Blue) = 3+150+234=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #0396EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0396EA is #FC6915. Grayscale: #737373. Windows color (decimal): -16541974 or 15373827. OLE color: 15373827.
HSL color Cylindrical-coordinate representation of color #0396EA: hue angle of 201.82º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0396EA is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 150 | 234 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.08 |
| HSL | 201.82º | 0.97% | 0.46% | - |
| HSV(B) | 201.82º | 0.99% | 0.92% | - |
| XYZ | 25.8 | 27.77 | 81.84 | - |
| YUV | 115.62 | 194.8 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 234 | 0.99 | 0.36 | 0 | 0.08 | 201.82 | 0.97 | 0.46 |
| Hex | 3 | 96 | EA | 63 | 24 | 0 | 8 | CA | 61 | 2E |
| Octal | 3 | 226 | 352 | 143 | 44 | 0 | 10 | 312 | 141 | 56 |
| Binary | 11 | 10010110 | 11101010 | 1100011 | 100100 | 0 | 1000 | 11001010 | 1100001 | 101110 |
Color Harmonies of #0396EA
Complementary color
Monochromatic Colors of #0396EA
Black with #0396EA
Text Example
Text Example
White with #0396EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0396EA; }
p { color: rgb(3,150,234); }
H1.HeaderClassName
{
color: #0396EA;
}
.AnyTagClassName
{
color: #0396EA;
}
</style>
background-color css
<style>
a { background-color: #0396EA; }
a { background-color: rgb(3,150,234); }
div.DivClassName
{
background-color: #0396EA;
}
.BgClassName
{
background-color: #0396EA;
}
</style>
border-color css
<style>
span { border-color: #0396EA; }
span { border-color: rgb(3,150,234); }
td.TdClassName
{
border-color: #0396EA;
}
.TagClassName
{
border-color: #0396EA;
}
</style>