Shades of Blue #231CF0
Tints of Blue #231CF0
RGB
CMYK
RGB Variations
Color information
#231CF0 (or 0x231CF0) is known color: Blue. HEX triplet: 23, 1C and F0. RGB value is (35,28,240). Sum of RGB (Red+Green+Blue) = 35+28+240=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 240 (94.14% from 255 or 79.21% from 303); Max value from RGB is 240 - color contains mainly: blue. Hex color #231CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CF0 is #DCE30F. Grayscale: #353535. Windows color (decimal): -14476048 or 15735843. OLE color: 15735843.
HSL color Cylindrical-coordinate representation of color #231CF0: hue angle of 241.98º 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 #231CF0 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 28 | 240 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.06 |
| HSL | 241.98º | 0.88% | 0.53% | - |
| HSV(B) | 241.98º | 0.88% | 0.94% | - |
| XYZ | 16.84 | 7.48 | 82.99 | - |
| YUV | 54.26 | 232.82 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 240 | 0.85 | 0.88 | 0 | 0.06 | 241.98 | 0.88 | 0.53 |
| Hex | 23 | 1C | F0 | 55 | 58 | 0 | 6 | F2 | 58 | 35 |
| Octal | 43 | 34 | 360 | 125 | 130 | 0 | 6 | 362 | 130 | 65 |
| Binary | 100011 | 11100 | 11110000 | 1010101 | 1011000 | 0 | 110 | 11110010 | 1011000 | 110101 |
Color Harmonies of #231CF0
Complementary color
Monochromatic Colors of #231CF0
Black with #231CF0
Text Example
Text Example
White with #231CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CF0; }
p { color: rgb(35,28,240); }
H1.HeaderClassName
{
color: #231CF0;
}
.AnyTagClassName
{
color: #231CF0;
}
</style>
background-color css
<style>
a { background-color: #231CF0; }
a { background-color: rgb(35,28,240); }
div.DivClassName
{
background-color: #231CF0;
}
.BgClassName
{
background-color: #231CF0;
}
</style>
border-color css
<style>
span { border-color: #231CF0; }
span { border-color: rgb(35,28,240); }
td.TdClassName
{
border-color: #231CF0;
}
.TagClassName
{
border-color: #231CF0;
}
</style>