Shades of Medium Blue #0310DD
Tints of Medium Blue #0310DD
RGB
CMYK
RGB Variations
Color information
#0310DD (or 0x0310DD) is known color: Medium Blue. HEX triplet: 03, 10 and DD. RGB value is (3,16,221). Sum of RGB (Red+Green+Blue) = 3+16+221=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #0310DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0310DD is #FCEF22. Grayscale: #222222. Windows color (decimal): -16576291 or 14487555. OLE color: 14487555.
HSL color Cylindrical-coordinate representation of color #0310DD: hue angle of 236.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0310DD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 16 | 221 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.13 |
| HSL | 236.42º | 0.97% | 0.44% | - |
| HSV(B) | 236.42º | 0.99% | 0.87% | - |
| XYZ | 13.27 | 5.61 | 68.79 | - |
| YUV | 35.48 | 232.69 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 221 | 0.99 | 0.93 | 0 | 0.13 | 236.42 | 0.97 | 0.44 |
| Hex | 3 | 10 | DD | 63 | 5D | 0 | D | EC | 61 | 2C |
| Octal | 3 | 20 | 335 | 143 | 135 | 0 | 15 | 354 | 141 | 54 |
| Binary | 11 | 10000 | 11011101 | 1100011 | 1011101 | 0 | 1101 | 11101100 | 1100001 | 101100 |
Color Harmonies of #0310DD
Complementary color
Monochromatic Colors of #0310DD
Black with #0310DD
Text Example
Text Example
White with #0310DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0310DD; }
p { color: rgb(3,16,221); }
H1.HeaderClassName
{
color: #0310DD;
}
.AnyTagClassName
{
color: #0310DD;
}
</style>
background-color css
<style>
a { background-color: #0310DD; }
a { background-color: rgb(3,16,221); }
div.DivClassName
{
background-color: #0310DD;
}
.BgClassName
{
background-color: #0310DD;
}
</style>
border-color css
<style>
span { border-color: #0310DD; }
span { border-color: rgb(3,16,221); }
td.TdClassName
{
border-color: #0310DD;
}
.TagClassName
{
border-color: #0310DD;
}
</style>