Shades of Medium Blue #030CBF
Tints of Medium Blue #030CBF
RGB
CMYK
RGB Variations
Color information
#030CBF (or 0x030CBF) is known color: Medium Blue. HEX triplet: 03, 0C and BF. RGB value is (3,12,191). Sum of RGB (Red+Green+Blue) = 3+12+191=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 191 (75% from 255 or 92.72% from 206); Max value from RGB is 191 - color contains mainly: blue. Hex color #030CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CBF is #FCF340. Grayscale: #1C1C1C. Windows color (decimal): -16577345 or 12520451. OLE color: 12520451.
HSL color Cylindrical-coordinate representation of color #030CBF: hue angle of 237.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030CBF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 12 | 191 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.25 |
| HSL | 237.13º | 0.97% | 0.38% | - |
| HSV(B) | 237.13º | 0.98% | 0.75% | - |
| XYZ | 9.57 | 4.04 | 49.57 | - |
| YUV | 29.72 | 219.02 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 191 | 0.98 | 0.94 | 0 | 0.25 | 237.13 | 0.97 | 0.38 |
| Hex | 3 | C | BF | 62 | 5E | 0 | 19 | ED | 61 | 26 |
| Octal | 3 | 14 | 277 | 142 | 136 | 0 | 31 | 355 | 141 | 46 |
| Binary | 11 | 1100 | 10111111 | 1100010 | 1011110 | 0 | 11001 | 11101101 | 1100001 | 100110 |
Color Harmonies of #030CBF
Complementary color
Monochromatic Colors of #030CBF
Black with #030CBF
Text Example
Text Example
White with #030CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CBF; }
p { color: rgb(3,12,191); }
H1.HeaderClassName
{
color: #030CBF;
}
.AnyTagClassName
{
color: #030CBF;
}
</style>
background-color css
<style>
a { background-color: #030CBF; }
a { background-color: rgb(3,12,191); }
div.DivClassName
{
background-color: #030CBF;
}
.BgClassName
{
background-color: #030CBF;
}
</style>
border-color css
<style>
span { border-color: #030CBF; }
span { border-color: rgb(3,12,191); }
td.TdClassName
{
border-color: #030CBF;
}
.TagClassName
{
border-color: #030CBF;
}
</style>