Shades of Medium Blue #030CCB
Tints of Medium Blue #030CCB
RGB
CMYK
RGB Variations
Color information
#030CCB (or 0x030CCB) is known color: Medium Blue. HEX triplet: 03, 0C and CB. RGB value is (3,12,203). Sum of RGB (Red+Green+Blue) = 3+12+203=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #030CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CCB is #FCF334. Grayscale: #1E1E1E. Windows color (decimal): -16577333 or 13306883. OLE color: 13306883.
HSL color Cylindrical-coordinate representation of color #030CCB: hue angle of 237.3º 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 #030CCB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 12 | 203 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.20 |
| HSL | 237.3º | 0.97% | 0.4% | - |
| HSV(B) | 237.3º | 0.99% | 0.8% | - |
| XYZ | 10.95 | 4.59 | 56.81 | - |
| YUV | 31.08 | 225.02 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 203 | 0.99 | 0.94 | 0 | 0.20 | 237.3 | 0.97 | 0.4 |
| Hex | 3 | C | CB | 63 | 5E | 0 | 14 | ED | 61 | 28 |
| Octal | 3 | 14 | 313 | 143 | 136 | 0 | 24 | 355 | 141 | 50 |
| Binary | 11 | 1100 | 11001011 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100001 | 101000 |
Color Harmonies of #030CCB
Complementary color
Monochromatic Colors of #030CCB
Black with #030CCB
Text Example
Text Example
White with #030CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CCB; }
p { color: rgb(3,12,203); }
H1.HeaderClassName
{
color: #030CCB;
}
.AnyTagClassName
{
color: #030CCB;
}
</style>
background-color css
<style>
a { background-color: #030CCB; }
a { background-color: rgb(3,12,203); }
div.DivClassName
{
background-color: #030CCB;
}
.BgClassName
{
background-color: #030CCB;
}
</style>
border-color css
<style>
span { border-color: #030CCB; }
span { border-color: rgb(3,12,203); }
td.TdClassName
{
border-color: #030CCB;
}
.TagClassName
{
border-color: #030CCB;
}
</style>