Shades of Medium Blue #030BC8
Tints of Medium Blue #030BC8
RGB
CMYK
RGB Variations
Color information
#030BC8 (or 0x030BC8) is known color: Medium Blue. HEX triplet: 03, 0B and C8. RGB value is (3,11,200). Sum of RGB (Red+Green+Blue) = 3+11+200=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 200 (78.52% from 255 or 93.46% from 214); Max value from RGB is 200 - color contains mainly: blue. Hex color #030BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BC8 is #FCF437. Grayscale: #1D1D1D. Windows color (decimal): -16577592 or 13110019. OLE color: 13110019.
HSL color Cylindrical-coordinate representation of color #030BC8: hue angle of 237.56º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BC8 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 11 | 200 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.22 |
| HSL | 237.56º | 0.97% | 0.4% | - |
| HSV(B) | 237.56º | 0.99% | 0.78% | - |
| XYZ | 10.58 | 4.43 | 54.94 | - |
| YUV | 30.15 | 223.85 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 200 | 0.98 | 0.94 | 0 | 0.22 | 237.56 | 0.97 | 0.4 |
| Hex | 3 | B | C8 | 62 | 5E | 0 | 16 | EE | 61 | 28 |
| Octal | 3 | 13 | 310 | 142 | 136 | 0 | 26 | 356 | 141 | 50 |
| Binary | 11 | 1011 | 11001000 | 1100010 | 1011110 | 0 | 10110 | 11101110 | 1100001 | 101000 |
Color Harmonies of #030BC8
Complementary color
Monochromatic Colors of #030BC8
Black with #030BC8
Text Example
Text Example
White with #030BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BC8; }
p { color: rgb(3,11,200); }
H1.HeaderClassName
{
color: #030BC8;
}
.AnyTagClassName
{
color: #030BC8;
}
</style>
background-color css
<style>
a { background-color: #030BC8; }
a { background-color: rgb(3,11,200); }
div.DivClassName
{
background-color: #030BC8;
}
.BgClassName
{
background-color: #030BC8;
}
</style>
border-color css
<style>
span { border-color: #030BC8; }
span { border-color: rgb(3,11,200); }
td.TdClassName
{
border-color: #030BC8;
}
.TagClassName
{
border-color: #030BC8;
}
</style>