Shades of Medium Blue #030ECB
Tints of Medium Blue #030ECB
RGB
CMYK
RGB Variations
Color information
#030ECB (or 0x030ECB) is known color: Medium Blue. HEX triplet: 03, 0E and CB. RGB value is (3,14,203). Sum of RGB (Red+Green+Blue) = 3+14+203=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 203 (79.69% from 255 or 92.27% from 220); Max value from RGB is 203 - color contains mainly: blue. Hex color #030ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ECB is #FCF134. Grayscale: #1F1F1F. Windows color (decimal): -16576821 or 13307395. OLE color: 13307395.
HSL color Cylindrical-coordinate representation of color #030ECB: hue angle of 236.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030ECB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 14 | 203 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.20 |
| HSL | 236.7º | 0.97% | 0.4% | - |
| HSV(B) | 236.7º | 0.99% | 0.8% | - |
| XYZ | 10.97 | 4.65 | 56.82 | - |
| YUV | 32.26 | 224.36 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 203 | 0.99 | 0.93 | 0 | 0.20 | 236.7 | 0.97 | 0.4 |
| Hex | 3 | E | CB | 63 | 5D | 0 | 14 | ED | 61 | 28 |
| Octal | 3 | 16 | 313 | 143 | 135 | 0 | 24 | 355 | 141 | 50 |
| Binary | 11 | 1110 | 11001011 | 1100011 | 1011101 | 0 | 10100 | 11101101 | 1100001 | 101000 |
Color Harmonies of #030ECB
Complementary color
Monochromatic Colors of #030ECB
Black with #030ECB
Text Example
Text Example
White with #030ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030ECB; }
p { color: rgb(3,14,203); }
H1.HeaderClassName
{
color: #030ECB;
}
.AnyTagClassName
{
color: #030ECB;
}
</style>
background-color css
<style>
a { background-color: #030ECB; }
a { background-color: rgb(3,14,203); }
div.DivClassName
{
background-color: #030ECB;
}
.BgClassName
{
background-color: #030ECB;
}
</style>
border-color css
<style>
span { border-color: #030ECB; }
span { border-color: rgb(3,14,203); }
td.TdClassName
{
border-color: #030ECB;
}
.TagClassName
{
border-color: #030ECB;
}
</style>