Shades of Medium Blue #030CE1
Tints of Medium Blue #030CE1
RGB
CMYK
RGB Variations
Color information
#030CE1 (or 0x030CE1) is known color: Medium Blue. HEX triplet: 03, 0C and E1. RGB value is (3,12,225). Sum of RGB (Red+Green+Blue) = 3+12+225=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 225 (88.28% from 255 or 93.75% from 240); Max value from RGB is 225 - color contains mainly: blue. Hex color #030CE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CE1 is #FCF31E. Grayscale: #202020. Windows color (decimal): -16577311 or 14748675. OLE color: 14748675.
HSL color Cylindrical-coordinate representation of color #030CE1: hue angle of 237.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CE1 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 12 | 225 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.12 |
| HSL | 237.57º | 0.97% | 0.45% | - |
| HSV(B) | 237.57º | 0.99% | 0.88% | - |
| XYZ | 13.76 | 5.72 | 71.61 | - |
| YUV | 33.59 | 236.02 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 225 | 0.99 | 0.95 | 0 | 0.12 | 237.57 | 0.97 | 0.45 |
| Hex | 3 | C | E1 | 63 | 5F | 0 | C | EE | 61 | 2D |
| Octal | 3 | 14 | 341 | 143 | 137 | 0 | 14 | 356 | 141 | 55 |
| Binary | 11 | 1100 | 11100001 | 1100011 | 1011111 | 0 | 1100 | 11101110 | 1100001 | 101101 |
Color Harmonies of #030CE1
Complementary color
Monochromatic Colors of #030CE1
Black with #030CE1
Text Example
Text Example
White with #030CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CE1; }
p { color: rgb(3,12,225); }
H1.HeaderClassName
{
color: #030CE1;
}
.AnyTagClassName
{
color: #030CE1;
}
</style>
background-color css
<style>
a { background-color: #030CE1; }
a { background-color: rgb(3,12,225); }
div.DivClassName
{
background-color: #030CE1;
}
.BgClassName
{
background-color: #030CE1;
}
</style>
border-color css
<style>
span { border-color: #030CE1; }
span { border-color: rgb(3,12,225); }
td.TdClassName
{
border-color: #030CE1;
}
.TagClassName
{
border-color: #030CE1;
}
</style>