Shades of Medium Blue #030BCC
Tints of Medium Blue #030BCC
RGB
CMYK
RGB Variations
Color information
#030BCC (or 0x030BCC) is known color: Medium Blue. HEX triplet: 03, 0B and CC. RGB value is (3,11,204). Sum of RGB (Red+Green+Blue) = 3+11+204=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 204 (80.08% from 255 or 93.58% from 218); Max value from RGB is 204 - color contains mainly: blue. Hex color #030BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCC is #FCF433. Grayscale: #1D1D1D. Windows color (decimal): -16577588 or 13372163. OLE color: 13372163.
HSL color Cylindrical-coordinate representation of color #030BCC: hue angle of 237.61º 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 #030BCC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 11 | 204 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.2 |
| HSL | 237.61º | 0.97% | 0.41% | - |
| HSV(B) | 237.61º | 0.99% | 0.8% | - |
| XYZ | 11.06 | 4.62 | 57.44 | - |
| YUV | 30.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 204 | 0.99 | 0.95 | 0 | 0.2 | 237.61 | 0.97 | 0.41 |
| Hex | 3 | B | CC | 63 | 5F | 0 | 14 | EE | 61 | 29 |
| Octal | 3 | 13 | 314 | 143 | 137 | 0 | 24 | 356 | 141 | 51 |
| Binary | 11 | 1011 | 11001100 | 1100011 | 1011111 | 0 | 10100 | 11101110 | 1100001 | 101001 |
Color Harmonies of #030BCC
Complementary color
Monochromatic Colors of #030BCC
Black with #030BCC
Text Example
Text Example
White with #030BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BCC; }
p { color: rgb(3,11,204); }
H1.HeaderClassName
{
color: #030BCC;
}
.AnyTagClassName
{
color: #030BCC;
}
</style>
background-color css
<style>
a { background-color: #030BCC; }
a { background-color: rgb(3,11,204); }
div.DivClassName
{
background-color: #030BCC;
}
.BgClassName
{
background-color: #030BCC;
}
</style>
border-color css
<style>
span { border-color: #030BCC; }
span { border-color: rgb(3,11,204); }
td.TdClassName
{
border-color: #030BCC;
}
.TagClassName
{
border-color: #030BCC;
}
</style>