Shades of Medium Blue #030BCD
Tints of Medium Blue #030BCD
RGB
CMYK
RGB Variations
Color information
#030BCD (or 0x030BCD) is known color: Medium Blue. HEX triplet: 03, 0B and CD. RGB value is (3,11,205). Sum of RGB (Red+Green+Blue) = 3+11+205=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #030BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCD is #FCF432. Grayscale: #1D1D1D. Windows color (decimal): -16577587 or 13437699. OLE color: 13437699.
HSL color Cylindrical-coordinate representation of color #030BCD: hue angle of 237.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BCD is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 11 | 205 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.20 |
| HSL | 237.62º | 0.97% | 0.41% | - |
| HSV(B) | 237.62º | 0.99% | 0.8% | - |
| XYZ | 11.18 | 4.67 | 58.07 | - |
| YUV | 30.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 205 | 0.99 | 0.95 | 0 | 0.20 | 237.62 | 0.97 | 0.41 |
| Hex | 3 | B | CD | 63 | 5F | 0 | 14 | EE | 61 | 29 |
| Octal | 3 | 13 | 315 | 143 | 137 | 0 | 24 | 356 | 141 | 51 |
| Binary | 11 | 1011 | 11001101 | 1100011 | 1011111 | 0 | 10100 | 11101110 | 1100001 | 101001 |
Color Harmonies of #030BCD
Complementary color
Monochromatic Colors of #030BCD
Black with #030BCD
Text Example
Text Example
White with #030BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BCD; }
p { color: rgb(3,11,205); }
H1.HeaderClassName
{
color: #030BCD;
}
.AnyTagClassName
{
color: #030BCD;
}
</style>
background-color css
<style>
a { background-color: #030BCD; }
a { background-color: rgb(3,11,205); }
div.DivClassName
{
background-color: #030BCD;
}
.BgClassName
{
background-color: #030BCD;
}
</style>
border-color css
<style>
span { border-color: #030BCD; }
span { border-color: rgb(3,11,205); }
td.TdClassName
{
border-color: #030BCD;
}
.TagClassName
{
border-color: #030BCD;
}
</style>