Shades of Blue #231AF2
Tints of Blue #231AF2
RGB
CMYK
RGB Variations
Color information
#231AF2 (or 0x231AF2) is known color: Blue. HEX triplet: 23, 1A and F2. RGB value is (35,26,242). Sum of RGB (Red+Green+Blue) = 35+26+242=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 242 (94.92% from 255 or 79.87% from 303); Max value from RGB is 242 - color contains mainly: blue. Hex color #231AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231AF2 is #DCE50D. Grayscale: #343434. Windows color (decimal): -14476558 or 15866403. OLE color: 15866403.
HSL color Cylindrical-coordinate representation of color #231AF2: hue angle of 242.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231AF2 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 26 | 242 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.05 |
| HSL | 242.5º | 0.89% | 0.53% | - |
| HSV(B) | 242.5º | 0.89% | 0.95% | - |
| XYZ | 17.09 | 7.51 | 84.55 | - |
| YUV | 53.32 | 234.48 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 242 | 0.86 | 0.89 | 0 | 0.05 | 242.5 | 0.89 | 0.53 |
| Hex | 23 | 1A | F2 | 56 | 59 | 0 | 5 | F2 | 59 | 35 |
| Octal | 43 | 32 | 362 | 126 | 131 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100011 | 11010 | 11110010 | 1010110 | 1011001 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #231AF2
Complementary color
Monochromatic Colors of #231AF2
Black with #231AF2
Text Example
Text Example
White with #231AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AF2; }
p { color: rgb(35,26,242); }
H1.HeaderClassName
{
color: #231AF2;
}
.AnyTagClassName
{
color: #231AF2;
}
</style>
background-color css
<style>
a { background-color: #231AF2; }
a { background-color: rgb(35,26,242); }
div.DivClassName
{
background-color: #231AF2;
}
.BgClassName
{
background-color: #231AF2;
}
</style>
border-color css
<style>
span { border-color: #231AF2; }
span { border-color: rgb(35,26,242); }
td.TdClassName
{
border-color: #231AF2;
}
.TagClassName
{
border-color: #231AF2;
}
</style>