Shades of Medium Blue #030BCB
Tints of Medium Blue #030BCB
RGB
CMYK
RGB Variations
Color information
#030BCB (or 0x030BCB) is known color: Medium Blue. HEX triplet: 03, 0B and CB. RGB value is (3,11,203). Sum of RGB (Red+Green+Blue) = 3+11+203=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #030BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCB is #FCF434. Grayscale: #1D1D1D. Windows color (decimal): -16577589 or 13306627. OLE color: 13306627.
HSL color Cylindrical-coordinate representation of color #030BCB: hue angle of 237.6º 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 #030BCB is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 11 | 203 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.20 |
| HSL | 237.6º | 0.97% | 0.4% | - |
| HSV(B) | 237.6º | 0.99% | 0.8% | - |
| XYZ | 10.94 | 4.57 | 56.81 | - |
| YUV | 30.5 | 225.35 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 203 | 0.99 | 0.95 | 0 | 0.20 | 237.6 | 0.97 | 0.4 |
| Hex | 3 | B | CB | 63 | 5F | 0 | 14 | EE | 61 | 28 |
| Octal | 3 | 13 | 313 | 143 | 137 | 0 | 24 | 356 | 141 | 50 |
| Binary | 11 | 1011 | 11001011 | 1100011 | 1011111 | 0 | 10100 | 11101110 | 1100001 | 101000 |
Color Harmonies of #030BCB
Complementary color
Monochromatic Colors of #030BCB
Black with #030BCB
Text Example
Text Example
White with #030BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BCB; }
p { color: rgb(3,11,203); }
H1.HeaderClassName
{
color: #030BCB;
}
.AnyTagClassName
{
color: #030BCB;
}
</style>
background-color css
<style>
a { background-color: #030BCB; }
a { background-color: rgb(3,11,203); }
div.DivClassName
{
background-color: #030BCB;
}
.BgClassName
{
background-color: #030BCB;
}
</style>
border-color css
<style>
span { border-color: #030BCB; }
span { border-color: rgb(3,11,203); }
td.TdClassName
{
border-color: #030BCB;
}
.TagClassName
{
border-color: #030BCB;
}
</style>