Shades of Blue #1F0CEC
Tints of Blue #1F0CEC
RGB
CMYK
RGB Variations
Color information
#1F0CEC (or 0x1F0CEC) is known color: Blue. HEX triplet: 1F, 0C and EC. RGB value is (31,12,236). Sum of RGB (Red+Green+Blue) = 31+12+236=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F0CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0CEC is #E0F313. Grayscale: #2A2A2A. Windows color (decimal): -14742292 or 15469599. OLE color: 15469599.
HSL color Cylindrical-coordinate representation of color #1F0CEC: hue angle of 245.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0CEC is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 12 | 236 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.07 |
| HSL | 245.09º | 0.9% | 0.49% | - |
| HSV(B) | 245.09º | 0.95% | 0.93% | - |
| XYZ | 15.84 | 6.61 | 79.8 | - |
| YUV | 43.22 | 236.79 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 236 | 0.87 | 0.95 | 0 | 0.07 | 245.09 | 0.9 | 0.49 |
| Hex | 1F | C | EC | 57 | 5F | 0 | 7 | F5 | 5A | 31 |
| Octal | 37 | 14 | 354 | 127 | 137 | 0 | 7 | 365 | 132 | 61 |
| Binary | 11111 | 1100 | 11101100 | 1010111 | 1011111 | 0 | 111 | 11110101 | 1011010 | 110001 |
Color Harmonies of #1F0CEC
Complementary color
Monochromatic Colors of #1F0CEC
Black with #1F0CEC
Text Example
Text Example
White with #1F0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0CEC; }
p { color: rgb(31,12,236); }
H1.HeaderClassName
{
color: #1F0CEC;
}
.AnyTagClassName
{
color: #1F0CEC;
}
</style>
background-color css
<style>
a { background-color: #1F0CEC; }
a { background-color: rgb(31,12,236); }
div.DivClassName
{
background-color: #1F0CEC;
}
.BgClassName
{
background-color: #1F0CEC;
}
</style>
border-color css
<style>
span { border-color: #1F0CEC; }
span { border-color: rgb(31,12,236); }
td.TdClassName
{
border-color: #1F0CEC;
}
.TagClassName
{
border-color: #1F0CEC;
}
</style>