Shades of Medium Blue #030BC7
Tints of Medium Blue #030BC7
RGB
CMYK
RGB Variations
Color information
#030BC7 (or 0x030BC7) is known color: Medium Blue. HEX triplet: 03, 0B and C7. RGB value is (3,11,199). Sum of RGB (Red+Green+Blue) = 3+11+199=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 199 (78.12% from 255 or 93.43% from 213); Max value from RGB is 199 - color contains mainly: blue. Hex color #030BC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BC7 is #FCF438. Grayscale: #1D1D1D. Windows color (decimal): -16577593 or 13044483. OLE color: 13044483.
HSL color Cylindrical-coordinate representation of color #030BC7: hue angle of 237.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BC7 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 11 | 199 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.22 |
| HSL | 237.55º | 0.97% | 0.4% | - |
| HSV(B) | 237.55º | 0.98% | 0.78% | - |
| XYZ | 10.47 | 4.38 | 54.33 | - |
| YUV | 30.04 | 223.35 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 199 | 0.98 | 0.94 | 0 | 0.22 | 237.55 | 0.97 | 0.4 |
| Hex | 3 | B | C7 | 62 | 5E | 0 | 16 | EE | 61 | 28 |
| Octal | 3 | 13 | 307 | 142 | 136 | 0 | 26 | 356 | 141 | 50 |
| Binary | 11 | 1011 | 11000111 | 1100010 | 1011110 | 0 | 10110 | 11101110 | 1100001 | 101000 |
Color Harmonies of #030BC7
Complementary color
Monochromatic Colors of #030BC7
Black with #030BC7
Text Example
Text Example
White with #030BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BC7; }
p { color: rgb(3,11,199); }
H1.HeaderClassName
{
color: #030BC7;
}
.AnyTagClassName
{
color: #030BC7;
}
</style>
background-color css
<style>
a { background-color: #030BC7; }
a { background-color: rgb(3,11,199); }
div.DivClassName
{
background-color: #030BC7;
}
.BgClassName
{
background-color: #030BC7;
}
</style>
border-color css
<style>
span { border-color: #030BC7; }
span { border-color: rgb(3,11,199); }
td.TdClassName
{
border-color: #030BC7;
}
.TagClassName
{
border-color: #030BC7;
}
</style>