Shades of Medium Blue #030FB8
Tints of Medium Blue #030FB8
RGB
CMYK
RGB Variations
Color information
#030FB8 (or 0x030FB8) is known color: Medium Blue. HEX triplet: 03, 0F and B8. RGB value is (3,15,184). Sum of RGB (Red+Green+Blue) = 3+15+184=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 184 (72.27% from 255 or 91.09% from 202); Max value from RGB is 184 - color contains mainly: blue. Hex color #030FB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FB8 is #FCF047. Grayscale: #1D1D1D. Windows color (decimal): -16576584 or 12062467. OLE color: 12062467.
HSL color Cylindrical-coordinate representation of color #030FB8: hue angle of 236.02º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030FB8 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 15 | 184 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.28 |
| HSL | 236.02º | 0.97% | 0.37% | - |
| HSV(B) | 236.02º | 0.98% | 0.72% | - |
| XYZ | 8.86 | 3.82 | 45.62 | - |
| YUV | 30.68 | 214.52 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 184 | 0.98 | 0.92 | 0 | 0.28 | 236.02 | 0.97 | 0.37 |
| Hex | 3 | F | B8 | 62 | 5C | 0 | 1C | EC | 61 | 25 |
| Octal | 3 | 17 | 270 | 142 | 134 | 0 | 34 | 354 | 141 | 45 |
| Binary | 11 | 1111 | 10111000 | 1100010 | 1011100 | 0 | 11100 | 11101100 | 1100001 | 100101 |
Color Harmonies of #030FB8
Complementary color
Monochromatic Colors of #030FB8
Black with #030FB8
Text Example
Text Example
White with #030FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FB8; }
p { color: rgb(3,15,184); }
H1.HeaderClassName
{
color: #030FB8;
}
.AnyTagClassName
{
color: #030FB8;
}
</style>
background-color css
<style>
a { background-color: #030FB8; }
a { background-color: rgb(3,15,184); }
div.DivClassName
{
background-color: #030FB8;
}
.BgClassName
{
background-color: #030FB8;
}
</style>
border-color css
<style>
span { border-color: #030FB8; }
span { border-color: rgb(3,15,184); }
td.TdClassName
{
border-color: #030FB8;
}
.TagClassName
{
border-color: #030FB8;
}
</style>