Shades of Blue #231EF1
Tints of Blue #231EF1
RGB
CMYK
RGB Variations
Color information
#231EF1 (or 0x231EF1) is known color: Blue. HEX triplet: 23, 1E and F1. RGB value is (35,30,241). Sum of RGB (Red+Green+Blue) = 35+30+241=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 241 (94.53% from 255 or 78.76% from 306); Max value from RGB is 241 - color contains mainly: blue. Hex color #231EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EF1 is #DCE10E. Grayscale: #363636. Windows color (decimal): -14475535 or 15801891. OLE color: 15801891.
HSL color Cylindrical-coordinate representation of color #231EF1: hue angle of 241.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231EF1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 30 | 241 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.05 |
| HSL | 241.42º | 0.88% | 0.53% | - |
| HSV(B) | 241.42º | 0.88% | 0.95% | - |
| XYZ | 17.03 | 7.64 | 83.8 | - |
| YUV | 55.55 | 232.66 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 241 | 0.85 | 0.88 | 0 | 0.05 | 241.42 | 0.88 | 0.53 |
| Hex | 23 | 1E | F1 | 55 | 58 | 0 | 5 | F1 | 58 | 35 |
| Octal | 43 | 36 | 361 | 125 | 130 | 0 | 5 | 361 | 130 | 65 |
| Binary | 100011 | 11110 | 11110001 | 1010101 | 1011000 | 0 | 101 | 11110001 | 1011000 | 110101 |
Color Harmonies of #231EF1
Complementary color
Monochromatic Colors of #231EF1
Black with #231EF1
Text Example
Text Example
White with #231EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EF1; }
p { color: rgb(35,30,241); }
H1.HeaderClassName
{
color: #231EF1;
}
.AnyTagClassName
{
color: #231EF1;
}
</style>
background-color css
<style>
a { background-color: #231EF1; }
a { background-color: rgb(35,30,241); }
div.DivClassName
{
background-color: #231EF1;
}
.BgClassName
{
background-color: #231EF1;
}
</style>
border-color css
<style>
span { border-color: #231EF1; }
span { border-color: rgb(35,30,241); }
td.TdClassName
{
border-color: #231EF1;
}
.TagClassName
{
border-color: #231EF1;
}
</style>