Shades of Medium Blue #030BBD
Tints of Medium Blue #030BBD
RGB
CMYK
RGB Variations
Color information
#030BBD (or 0x030BBD) is known color: Medium Blue. HEX triplet: 03, 0B and BD. RGB value is (3,11,189). Sum of RGB (Red+Green+Blue) = 3+11+189=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #030BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BBD is #FCF442. Grayscale: #1C1C1C. Windows color (decimal): -16577603 or 12389123. OLE color: 12389123.
HSL color Cylindrical-coordinate representation of color #030BBD: hue angle of 237.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BBD is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 11 | 189 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.26 |
| HSL | 237.42º | 0.97% | 0.38% | - |
| HSV(B) | 237.42º | 0.98% | 0.74% | - |
| XYZ | 9.34 | 3.93 | 48.41 | - |
| YUV | 28.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 189 | 0.98 | 0.94 | 0 | 0.26 | 237.42 | 0.97 | 0.38 |
| Hex | 3 | B | BD | 62 | 5E | 0 | 1A | ED | 61 | 26 |
| Octal | 3 | 13 | 275 | 142 | 136 | 0 | 32 | 355 | 141 | 46 |
| Binary | 11 | 1011 | 10111101 | 1100010 | 1011110 | 0 | 11010 | 11101101 | 1100001 | 100110 |
Color Harmonies of #030BBD
Complementary color
Monochromatic Colors of #030BBD
Black with #030BBD
Text Example
Text Example
White with #030BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BBD; }
p { color: rgb(3,11,189); }
H1.HeaderClassName
{
color: #030BBD;
}
.AnyTagClassName
{
color: #030BBD;
}
</style>
background-color css
<style>
a { background-color: #030BBD; }
a { background-color: rgb(3,11,189); }
div.DivClassName
{
background-color: #030BBD;
}
.BgClassName
{
background-color: #030BBD;
}
</style>
border-color css
<style>
span { border-color: #030BBD; }
span { border-color: rgb(3,11,189); }
td.TdClassName
{
border-color: #030BBD;
}
.TagClassName
{
border-color: #030BBD;
}
</style>