Shades of Blue #231CF2
Tints of Blue #231CF2
RGB
CMYK
RGB Variations
Color information
#231CF2 (or 0x231CF2) is known color: Blue. HEX triplet: 23, 1C and F2. RGB value is (35,28,242). Sum of RGB (Red+Green+Blue) = 35+28+242=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #231CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CF2 is #DCE30D. Grayscale: #353535. Windows color (decimal): -14476046 or 15866915. OLE color: 15866915.
HSL color Cylindrical-coordinate representation of color #231CF2: hue angle of 241.96º degrees, saturation: 0.89, 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 #231CF2 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 28 | 242 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.05 |
| HSL | 241.96º | 0.89% | 0.53% | - |
| HSV(B) | 241.96º | 0.88% | 0.95% | - |
| XYZ | 17.14 | 7.6 | 84.57 | - |
| YUV | 54.49 | 233.82 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 242 | 0.86 | 0.88 | 0 | 0.05 | 241.96 | 0.89 | 0.53 |
| Hex | 23 | 1C | F2 | 56 | 58 | 0 | 5 | F2 | 59 | 35 |
| Octal | 43 | 34 | 362 | 126 | 130 | 0 | 5 | 362 | 131 | 65 |
| Binary | 100011 | 11100 | 11110010 | 1010110 | 1011000 | 0 | 101 | 11110010 | 1011001 | 110101 |
Color Harmonies of #231CF2
Complementary color
Monochromatic Colors of #231CF2
Black with #231CF2
Text Example
Text Example
White with #231CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CF2; }
p { color: rgb(35,28,242); }
H1.HeaderClassName
{
color: #231CF2;
}
.AnyTagClassName
{
color: #231CF2;
}
</style>
background-color css
<style>
a { background-color: #231CF2; }
a { background-color: rgb(35,28,242); }
div.DivClassName
{
background-color: #231CF2;
}
.BgClassName
{
background-color: #231CF2;
}
</style>
border-color css
<style>
span { border-color: #231CF2; }
span { border-color: rgb(35,28,242); }
td.TdClassName
{
border-color: #231CF2;
}
.TagClassName
{
border-color: #231CF2;
}
</style>