Shades of Blue #231FEC
Tints of Blue #231FEC
RGB
CMYK
RGB Variations
Color information
#231FEC (or 0x231FEC) is known color: Blue. HEX triplet: 23, 1F and EC. RGB value is (35,31,236). Sum of RGB (Red+Green+Blue) = 35+31+236=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #231FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FEC is #DCE013. Grayscale: #363636. Windows color (decimal): -14475284 or 15474467. OLE color: 15474467.
HSL color Cylindrical-coordinate representation of color #231FEC: hue angle of 241.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231FEC is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 31 | 236 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.07 |
| HSL | 241.17º | 0.84% | 0.52% | - |
| HSV(B) | 241.17º | 0.87% | 0.93% | - |
| XYZ | 16.32 | 7.39 | 79.92 | - |
| YUV | 55.57 | 229.83 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 236 | 0.85 | 0.87 | 0 | 0.07 | 241.17 | 0.84 | 0.52 |
| Hex | 23 | 1F | EC | 55 | 57 | 0 | 7 | F1 | 54 | 34 |
| Octal | 43 | 37 | 354 | 125 | 127 | 0 | 7 | 361 | 124 | 64 |
| Binary | 100011 | 11111 | 11101100 | 1010101 | 1010111 | 0 | 111 | 11110001 | 1010100 | 110100 |
Color Harmonies of #231FEC
Complementary color
Monochromatic Colors of #231FEC
Black with #231FEC
Text Example
Text Example
White with #231FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231FEC; }
p { color: rgb(35,31,236); }
H1.HeaderClassName
{
color: #231FEC;
}
.AnyTagClassName
{
color: #231FEC;
}
</style>
background-color css
<style>
a { background-color: #231FEC; }
a { background-color: rgb(35,31,236); }
div.DivClassName
{
background-color: #231FEC;
}
.BgClassName
{
background-color: #231FEC;
}
</style>
border-color css
<style>
span { border-color: #231FEC; }
span { border-color: rgb(35,31,236); }
td.TdClassName
{
border-color: #231FEC;
}
.TagClassName
{
border-color: #231FEC;
}
</style>