Shades of Blue #1F1CED
Tints of Blue #1F1CED
RGB
CMYK
RGB Variations
Color information
#1F1CED (or 0x1F1CED) is known color: Blue. HEX triplet: 1F, 1C and ED. RGB value is (31,28,237). Sum of RGB (Red+Green+Blue) = 31+28+237=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F1CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F1CED is #E0E312. Grayscale: #333333. Windows color (decimal): -14738195 or 15539231. OLE color: 15539231.
HSL color Cylindrical-coordinate representation of color #1F1CED: hue angle of 240.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1CED is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 28 | 237 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.07 |
| HSL | 240.86º | 0.85% | 0.52% | - |
| HSV(B) | 240.86º | 0.88% | 0.93% | - |
| XYZ | 16.27 | 7.24 | 80.66 | - |
| YUV | 52.72 | 231.99 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 28 | 237 | 0.87 | 0.88 | 0 | 0.07 | 240.86 | 0.85 | 0.52 |
| Hex | 1F | 1C | ED | 57 | 58 | 0 | 7 | F1 | 55 | 34 |
| Octal | 37 | 34 | 355 | 127 | 130 | 0 | 7 | 361 | 125 | 64 |
| Binary | 11111 | 11100 | 11101101 | 1010111 | 1011000 | 0 | 111 | 11110001 | 1010101 | 110100 |
Color Harmonies of #1F1CED
Complementary color
Monochromatic Colors of #1F1CED
Black with #1F1CED
Text Example
Text Example
White with #1F1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1CED; }
p { color: rgb(31,28,237); }
H1.HeaderClassName
{
color: #1F1CED;
}
.AnyTagClassName
{
color: #1F1CED;
}
</style>
background-color css
<style>
a { background-color: #1F1CED; }
a { background-color: rgb(31,28,237); }
div.DivClassName
{
background-color: #1F1CED;
}
.BgClassName
{
background-color: #1F1CED;
}
</style>
border-color css
<style>
span { border-color: #1F1CED; }
span { border-color: rgb(31,28,237); }
td.TdClassName
{
border-color: #1F1CED;
}
.TagClassName
{
border-color: #1F1CED;
}
</style>