Shades of Medium Blue #030BC5
Tints of Medium Blue #030BC5
RGB
CMYK
RGB Variations
Color information
#030BC5 (or 0x030BC5) is known color: Medium Blue. HEX triplet: 03, 0B and C5. RGB value is (3,11,197). Sum of RGB (Red+Green+Blue) = 3+11+197=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 197 (77.34% from 255 or 93.36% from 211); Max value from RGB is 197 - color contains mainly: blue. Hex color #030BC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BC5 is #FCF43A. Grayscale: #1D1D1D. Windows color (decimal): -16577595 or 12913411. OLE color: 12913411.
HSL color Cylindrical-coordinate representation of color #030BC5: hue angle of 237.53º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BC5 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 11 | 197 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.23 |
| HSL | 237.53º | 0.97% | 0.39% | - |
| HSV(B) | 237.53º | 0.98% | 0.77% | - |
| XYZ | 10.24 | 4.29 | 53.11 | - |
| YUV | 29.81 | 222.35 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 197 | 0.98 | 0.94 | 0 | 0.23 | 237.53 | 0.97 | 0.39 |
| Hex | 3 | B | C5 | 62 | 5E | 0 | 17 | EE | 61 | 27 |
| Octal | 3 | 13 | 305 | 142 | 136 | 0 | 27 | 356 | 141 | 47 |
| Binary | 11 | 1011 | 11000101 | 1100010 | 1011110 | 0 | 10111 | 11101110 | 1100001 | 100111 |
Color Harmonies of #030BC5
Complementary color
Monochromatic Colors of #030BC5
Black with #030BC5
Text Example
Text Example
White with #030BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BC5; }
p { color: rgb(3,11,197); }
H1.HeaderClassName
{
color: #030BC5;
}
.AnyTagClassName
{
color: #030BC5;
}
</style>
background-color css
<style>
a { background-color: #030BC5; }
a { background-color: rgb(3,11,197); }
div.DivClassName
{
background-color: #030BC5;
}
.BgClassName
{
background-color: #030BC5;
}
</style>
border-color css
<style>
span { border-color: #030BC5; }
span { border-color: rgb(3,11,197); }
td.TdClassName
{
border-color: #030BC5;
}
.TagClassName
{
border-color: #030BC5;
}
</style>