Shades of Blue #030FEC
Tints of Blue #030FEC
RGB
CMYK
RGB Variations
Color information
#030FEC (or 0x030FEC) is known color: Blue. HEX triplet: 03, 0F and EC. RGB value is (3,15,236). Sum of RGB (Red+Green+Blue) = 3+15+236=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 236 (92.58% from 255 or 92.91% from 254); Max value from RGB is 236 - color contains mainly: blue. Hex color #030FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030FEC is #FCF013. Grayscale: #232323. Windows color (decimal): -16576532 or 15470339. OLE color: 15470339.
HSL color Cylindrical-coordinate representation of color #030FEC: hue angle of 236.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FEC is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 15 | 236 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.07 |
| HSL | 236.91º | 0.97% | 0.47% | - |
| HSV(B) | 236.91º | 0.99% | 0.93% | - |
| XYZ | 15.35 | 6.42 | 79.79 | - |
| YUV | 36.61 | 240.52 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 236 | 0.99 | 0.94 | 0 | 0.07 | 236.91 | 0.97 | 0.47 |
| Hex | 3 | F | EC | 63 | 5E | 0 | 7 | ED | 61 | 2F |
| Octal | 3 | 17 | 354 | 143 | 136 | 0 | 7 | 355 | 141 | 57 |
| Binary | 11 | 1111 | 11101100 | 1100011 | 1011110 | 0 | 111 | 11101101 | 1100001 | 101111 |
Color Harmonies of #030FEC
Complementary color
Monochromatic Colors of #030FEC
Black with #030FEC
Text Example
Text Example
White with #030FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FEC; }
p { color: rgb(3,15,236); }
H1.HeaderClassName
{
color: #030FEC;
}
.AnyTagClassName
{
color: #030FEC;
}
</style>
background-color css
<style>
a { background-color: #030FEC; }
a { background-color: rgb(3,15,236); }
div.DivClassName
{
background-color: #030FEC;
}
.BgClassName
{
background-color: #030FEC;
}
</style>
border-color css
<style>
span { border-color: #030FEC; }
span { border-color: rgb(3,15,236); }
td.TdClassName
{
border-color: #030FEC;
}
.TagClassName
{
border-color: #030FEC;
}
</style>