Shades of Blue #1F12EE
Tints of Blue #1F12EE
RGB
CMYK
RGB Variations
Color information
#1F12EE (or 0x1F12EE) is known color: Blue. HEX triplet: 1F, 12 and EE. RGB value is (31,18,238). Sum of RGB (Red+Green+Blue) = 31+18+238=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 238 (93.36% from 255 or 82.93% from 287); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F12EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F12EE is #E0ED11. Grayscale: #2E2E2E. Windows color (decimal): -14740754 or 15602207. OLE color: 15602207.
HSL color Cylindrical-coordinate representation of color #1F12EE: hue angle of 243.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F12EE is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 18 | 238 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.07 |
| HSL | 243.55º | 0.87% | 0.5% | - |
| HSV(B) | 243.55º | 0.92% | 0.93% | - |
| XYZ | 16.21 | 6.9 | 81.37 | - |
| YUV | 46.97 | 235.81 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 238 | 0.87 | 0.92 | 0 | 0.07 | 243.55 | 0.87 | 0.5 |
| Hex | 1F | 12 | EE | 57 | 5C | 0 | 7 | F4 | 57 | 32 |
| Octal | 37 | 22 | 356 | 127 | 134 | 0 | 7 | 364 | 127 | 62 |
| Binary | 11111 | 10010 | 11101110 | 1010111 | 1011100 | 0 | 111 | 11110100 | 1010111 | 110010 |
Color Harmonies of #1F12EE
Complementary color
Monochromatic Colors of #1F12EE
Black with #1F12EE
Text Example
Text Example
White with #1F12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12EE; }
p { color: rgb(31,18,238); }
H1.HeaderClassName
{
color: #1F12EE;
}
.AnyTagClassName
{
color: #1F12EE;
}
</style>
background-color css
<style>
a { background-color: #1F12EE; }
a { background-color: rgb(31,18,238); }
div.DivClassName
{
background-color: #1F12EE;
}
.BgClassName
{
background-color: #1F12EE;
}
</style>
border-color css
<style>
span { border-color: #1F12EE; }
span { border-color: rgb(31,18,238); }
td.TdClassName
{
border-color: #1F12EE;
}
.TagClassName
{
border-color: #1F12EE;
}
</style>