Shades of Blue #231FEA
Tints of Blue #231FEA
RGB
CMYK
RGB Variations
Color information
#231FEA (or 0x231FEA) is known color: Blue. HEX triplet: 23, 1F and EA. RGB value is (35,31,234). Sum of RGB (Red+Green+Blue) = 35+31+234=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #231FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FEA is #DCE015. Grayscale: #363636. Windows color (decimal): -14475286 or 15343395. OLE color: 15343395.
HSL color Cylindrical-coordinate representation of color #231FEA: hue angle of 241.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231FEA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 31 | 234 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.08 |
| HSL | 241.18º | 0.83% | 0.52% | - |
| HSV(B) | 241.18º | 0.87% | 0.92% | - |
| XYZ | 16.03 | 7.28 | 78.4 | - |
| YUV | 55.34 | 228.83 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 234 | 0.85 | 0.87 | 0 | 0.08 | 241.18 | 0.83 | 0.52 |
| Hex | 23 | 1F | EA | 55 | 57 | 0 | 8 | F1 | 53 | 34 |
| Octal | 43 | 37 | 352 | 125 | 127 | 0 | 10 | 361 | 123 | 64 |
| Binary | 100011 | 11111 | 11101010 | 1010101 | 1010111 | 0 | 1000 | 11110001 | 1010011 | 110100 |
Color Harmonies of #231FEA
Complementary color
Monochromatic Colors of #231FEA
Black with #231FEA
Text Example
Text Example
White with #231FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231FEA; }
p { color: rgb(35,31,234); }
H1.HeaderClassName
{
color: #231FEA;
}
.AnyTagClassName
{
color: #231FEA;
}
</style>
background-color css
<style>
a { background-color: #231FEA; }
a { background-color: rgb(35,31,234); }
div.DivClassName
{
background-color: #231FEA;
}
.BgClassName
{
background-color: #231FEA;
}
</style>
border-color css
<style>
span { border-color: #231FEA; }
span { border-color: rgb(35,31,234); }
td.TdClassName
{
border-color: #231FEA;
}
.TagClassName
{
border-color: #231FEA;
}
</style>