Shades of Blue #231EF0
Tints of Blue #231EF0
RGB
CMYK
RGB Variations
Color information
#231EF0 (or 0x231EF0) is known color: Blue. HEX triplet: 23, 1E and F0. RGB value is (35,30,240). Sum of RGB (Red+Green+Blue) = 35+30+240=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 240 (94.14% from 255 or 78.69% from 305); Max value from RGB is 240 - color contains mainly: blue. Hex color #231EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231EF0 is #DCE10F. Grayscale: #363636. Windows color (decimal): -14475536 or 15736355. OLE color: 15736355.
HSL color Cylindrical-coordinate representation of color #231EF0: hue angle of 241.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231EF0 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 30 | 240 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.06 |
| HSL | 241.43º | 0.88% | 0.53% | - |
| HSV(B) | 241.43º | 0.88% | 0.94% | - |
| XYZ | 16.89 | 7.58 | 83.01 | - |
| YUV | 55.44 | 232.16 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 240 | 0.85 | 0.87 | 0 | 0.06 | 241.43 | 0.88 | 0.53 |
| Hex | 23 | 1E | F0 | 55 | 57 | 0 | 6 | F1 | 58 | 35 |
| Octal | 43 | 36 | 360 | 125 | 127 | 0 | 6 | 361 | 130 | 65 |
| Binary | 100011 | 11110 | 11110000 | 1010101 | 1010111 | 0 | 110 | 11110001 | 1011000 | 110101 |
Color Harmonies of #231EF0
Complementary color
Monochromatic Colors of #231EF0
Black with #231EF0
Text Example
Text Example
White with #231EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EF0; }
p { color: rgb(35,30,240); }
H1.HeaderClassName
{
color: #231EF0;
}
.AnyTagClassName
{
color: #231EF0;
}
</style>
background-color css
<style>
a { background-color: #231EF0; }
a { background-color: rgb(35,30,240); }
div.DivClassName
{
background-color: #231EF0;
}
.BgClassName
{
background-color: #231EF0;
}
</style>
border-color css
<style>
span { border-color: #231EF0; }
span { border-color: rgb(35,30,240); }
td.TdClassName
{
border-color: #231EF0;
}
.TagClassName
{
border-color: #231EF0;
}
</style>