Shades of Blue #231AF5
Tints of Blue #231AF5
RGB
CMYK
RGB Variations
Color information
#231AF5 (or 0x231AF5) is known color: Blue. HEX triplet: 23, 1A and F5. RGB value is (35,26,245). Sum of RGB (Red+Green+Blue) = 35+26+245=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 245 (96.09% from 255 or 80.07% from 306); Max value from RGB is 245 - color contains mainly: blue. Hex color #231AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231AF5 is #DCE50A. Grayscale: #343434. Windows color (decimal): -14476555 or 16063011. OLE color: 16063011.
HSL color Cylindrical-coordinate representation of color #231AF5: hue angle of 242.47º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231AF5 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 26 | 245 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.04 |
| HSL | 242.47º | 0.92% | 0.53% | - |
| HSV(B) | 242.47º | 0.89% | 0.96% | - |
| XYZ | 17.54 | 7.69 | 86.95 | - |
| YUV | 53.66 | 235.98 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 245 | 0.86 | 0.89 | 0 | 0.04 | 242.47 | 0.92 | 0.53 |
| Hex | 23 | 1A | F5 | 56 | 59 | 0 | 4 | F2 | 5C | 35 |
| Octal | 43 | 32 | 365 | 126 | 131 | 0 | 4 | 362 | 134 | 65 |
| Binary | 100011 | 11010 | 11110101 | 1010110 | 1011001 | 0 | 100 | 11110010 | 1011100 | 110101 |
Color Harmonies of #231AF5
Complementary color
Monochromatic Colors of #231AF5
Black with #231AF5
Text Example
Text Example
White with #231AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AF5; }
p { color: rgb(35,26,245); }
H1.HeaderClassName
{
color: #231AF5;
}
.AnyTagClassName
{
color: #231AF5;
}
</style>
background-color css
<style>
a { background-color: #231AF5; }
a { background-color: rgb(35,26,245); }
div.DivClassName
{
background-color: #231AF5;
}
.BgClassName
{
background-color: #231AF5;
}
</style>
border-color css
<style>
span { border-color: #231AF5; }
span { border-color: rgb(35,26,245); }
td.TdClassName
{
border-color: #231AF5;
}
.TagClassName
{
border-color: #231AF5;
}
</style>