Shades of Medium Blue #030CDD
Tints of Medium Blue #030CDD
RGB
CMYK
RGB Variations
Color information
#030CDD (or 0x030CDD) is known color: Medium Blue. HEX triplet: 03, 0C and DD. RGB value is (3,12,221). Sum of RGB (Red+Green+Blue) = 3+12+221=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #030CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CDD is #FCF322. Grayscale: #202020. Windows color (decimal): -16577315 or 14486531. OLE color: 14486531.
HSL color Cylindrical-coordinate representation of color #030CDD: hue angle of 237.52º 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 #030CDD is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 12 | 221 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 237.52º | 0.97% | 0.44% | - |
| HSV(B) | 237.52º | 0.99% | 0.87% | - |
| XYZ | 13.22 | 5.5 | 68.77 | - |
| YUV | 33.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 221 | 0.99 | 0.95 | 0 | 0.13 | 237.52 | 0.97 | 0.44 |
| Hex | 3 | C | DD | 63 | 5F | 0 | D | EE | 61 | 2C |
| Octal | 3 | 14 | 335 | 143 | 137 | 0 | 15 | 356 | 141 | 54 |
| Binary | 11 | 1100 | 11011101 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100001 | 101100 |
Color Harmonies of #030CDD
Complementary color
Monochromatic Colors of #030CDD
Black with #030CDD
Text Example
Text Example
White with #030CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CDD; }
p { color: rgb(3,12,221); }
H1.HeaderClassName
{
color: #030CDD;
}
.AnyTagClassName
{
color: #030CDD;
}
</style>
background-color css
<style>
a { background-color: #030CDD; }
a { background-color: rgb(3,12,221); }
div.DivClassName
{
background-color: #030CDD;
}
.BgClassName
{
background-color: #030CDD;
}
</style>
border-color css
<style>
span { border-color: #030CDD; }
span { border-color: rgb(3,12,221); }
td.TdClassName
{
border-color: #030CDD;
}
.TagClassName
{
border-color: #030CDD;
}
</style>