Shades of Medium Blue #030FCE
Tints of Medium Blue #030FCE
RGB
CMYK
RGB Variations
Color information
#030FCE (or 0x030FCE) is known color: Medium Blue. HEX triplet: 03, 0F and CE. RGB value is (3,15,206). Sum of RGB (Red+Green+Blue) = 3+15+206=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 206 (80.86% from 255 or 91.96% from 224); Max value from RGB is 206 - color contains mainly: blue. Hex color #030FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FCE is #FCF031. Grayscale: #202020. Windows color (decimal): -16576562 or 13504259. OLE color: 13504259.
HSL color Cylindrical-coordinate representation of color #030FCE: hue angle of 236.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FCE is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 15 | 206 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.19 |
| HSL | 236.45º | 0.97% | 0.41% | - |
| HSV(B) | 236.45º | 0.99% | 0.81% | - |
| XYZ | 11.35 | 4.82 | 58.72 | - |
| YUV | 33.19 | 225.52 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 206 | 0.99 | 0.93 | 0 | 0.19 | 236.45 | 0.97 | 0.41 |
| Hex | 3 | F | CE | 63 | 5D | 0 | 13 | EC | 61 | 29 |
| Octal | 3 | 17 | 316 | 143 | 135 | 0 | 23 | 354 | 141 | 51 |
| Binary | 11 | 1111 | 11001110 | 1100011 | 1011101 | 0 | 10011 | 11101100 | 1100001 | 101001 |
Color Harmonies of #030FCE
Complementary color
Monochromatic Colors of #030FCE
Black with #030FCE
Text Example
Text Example
White with #030FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030FCE; }
p { color: rgb(3,15,206); }
H1.HeaderClassName
{
color: #030FCE;
}
.AnyTagClassName
{
color: #030FCE;
}
</style>
background-color css
<style>
a { background-color: #030FCE; }
a { background-color: rgb(3,15,206); }
div.DivClassName
{
background-color: #030FCE;
}
.BgClassName
{
background-color: #030FCE;
}
</style>
border-color css
<style>
span { border-color: #030FCE; }
span { border-color: rgb(3,15,206); }
td.TdClassName
{
border-color: #030FCE;
}
.TagClassName
{
border-color: #030FCE;
}
</style>