Shades of Dodger Blue #0381EC
Tints of Dodger Blue #0381EC
RGB
CMYK
RGB Variations
Color information
#0381EC (or 0x0381EC) is known color: Dodger Blue. HEX triplet: 03, 81 and EC. RGB value is (3,129,236). Sum of RGB (Red+Green+Blue) = 3+129+236=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #0381EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381EC is #FC7E13. Grayscale: #666666. Windows color (decimal): -16547348 or 15499523. OLE color: 15499523.
HSL color Cylindrical-coordinate representation of color #0381EC: hue angle of 207.55º 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 #0381EC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 129 | 236 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.07 |
| HSL | 207.55º | 0.97% | 0.47% | - |
| HSV(B) | 207.55º | 0.99% | 0.93% | - |
| XYZ | 23.03 | 21.78 | 82.35 | - |
| YUV | 103.52 | 202.76 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 236 | 0.99 | 0.45 | 0 | 0.07 | 207.55 | 0.97 | 0.47 |
| Hex | 3 | 81 | EC | 63 | 2D | 0 | 7 | D0 | 61 | 2F |
| Octal | 3 | 201 | 354 | 143 | 55 | 0 | 7 | 320 | 141 | 57 |
| Binary | 11 | 10000001 | 11101100 | 1100011 | 101101 | 0 | 111 | 11010000 | 1100001 | 101111 |
Color Harmonies of #0381EC
Complementary color
Monochromatic Colors of #0381EC
Black with #0381EC
Text Example
Text Example
White with #0381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0381EC; }
p { color: rgb(3,129,236); }
H1.HeaderClassName
{
color: #0381EC;
}
.AnyTagClassName
{
color: #0381EC;
}
</style>
background-color css
<style>
a { background-color: #0381EC; }
a { background-color: rgb(3,129,236); }
div.DivClassName
{
background-color: #0381EC;
}
.BgClassName
{
background-color: #0381EC;
}
</style>
border-color css
<style>
span { border-color: #0381EC; }
span { border-color: rgb(3,129,236); }
td.TdClassName
{
border-color: #0381EC;
}
.TagClassName
{
border-color: #0381EC;
}
</style>