Shades of Blue #231FED
Tints of Blue #231FED
RGB
CMYK
RGB Variations
Color information
#231FED (or 0x231FED) is known color: Blue. HEX triplet: 23, 1F and ED. RGB value is (35,31,237). Sum of RGB (Red+Green+Blue) = 35+31+237=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #231FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FED is #DCE012. Grayscale: #363636. Windows color (decimal): -14475283 or 15540003. OLE color: 15540003.
HSL color Cylindrical-coordinate representation of color #231FED: hue angle of 241.17º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231FED is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 31 | 237 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.07 |
| HSL | 241.17º | 0.85% | 0.53% | - |
| HSV(B) | 241.17º | 0.87% | 0.93% | - |
| XYZ | 16.47 | 7.45 | 80.69 | - |
| YUV | 55.68 | 230.33 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 237 | 0.85 | 0.87 | 0 | 0.07 | 241.17 | 0.85 | 0.53 |
| Hex | 23 | 1F | ED | 55 | 57 | 0 | 7 | F1 | 55 | 35 |
| Octal | 43 | 37 | 355 | 125 | 127 | 0 | 7 | 361 | 125 | 65 |
| Binary | 100011 | 11111 | 11101101 | 1010101 | 1010111 | 0 | 111 | 11110001 | 1010101 | 110101 |
Color Harmonies of #231FED
Complementary color
Monochromatic Colors of #231FED
Black with #231FED
Text Example
Text Example
White with #231FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231FED; }
p { color: rgb(35,31,237); }
H1.HeaderClassName
{
color: #231FED;
}
.AnyTagClassName
{
color: #231FED;
}
</style>
background-color css
<style>
a { background-color: #231FED; }
a { background-color: rgb(35,31,237); }
div.DivClassName
{
background-color: #231FED;
}
.BgClassName
{
background-color: #231FED;
}
</style>
border-color css
<style>
span { border-color: #231FED; }
span { border-color: rgb(35,31,237); }
td.TdClassName
{
border-color: #231FED;
}
.TagClassName
{
border-color: #231FED;
}
</style>