Shades of Blue #2323FF
Tints of Blue #2323FF
RGB
CMYK
RGB Variations
Color information
#2323FF (or 0x2323FF) is known color: Blue. HEX triplet: 23, 23 and FF. RGB value is (35,35,255). Sum of RGB (Red+Green+Blue) = 35+35+255=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #2323FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2323FF is #DCDC00. Grayscale: #3B3B3B. Windows color (decimal): -14474241 or 16720675. OLE color: 16720675.
HSL color Cylindrical-coordinate representation of color #2323FF: hue angle of 240º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2323FF is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 35 | 255 | - |
| CMYK | 0.86 | 0.86 | 0 | 0 |
| HSL | 240º | 1% | 0.57% | - |
| HSV(B) | 240º | 0.86% | 1% | - |
| XYZ | 19.34 | 8.78 | 95.28 | - |
| YUV | 60.08 | 238 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 255 | 0.86 | 0.86 | 0 | 0 | 240 | 1 | 0.57 |
| Hex | 23 | 23 | FF | 56 | 56 | 0 | 0 | F0 | 64 | 39 |
| Octal | 43 | 43 | 377 | 126 | 126 | 0 | 0 | 360 | 144 | 71 |
| Binary | 100011 | 100011 | 11111111 | 1010110 | 1010110 | 0 | 0 | 11110000 | 1100100 | 111001 |
Color Harmonies of #2323FF
Complementary color
Monochromatic Colors of #2323FF
Black with #2323FF
Text Example
Text Example
White with #2323FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2323FF; }
p { color: rgb(35,35,255); }
H1.HeaderClassName
{
color: #2323FF;
}
.AnyTagClassName
{
color: #2323FF;
}
</style>
background-color css
<style>
a { background-color: #2323FF; }
a { background-color: rgb(35,35,255); }
div.DivClassName
{
background-color: #2323FF;
}
.BgClassName
{
background-color: #2323FF;
}
</style>
border-color css
<style>
span { border-color: #2323FF; }
span { border-color: rgb(35,35,255); }
td.TdClassName
{
border-color: #2323FF;
}
.TagClassName
{
border-color: #2323FF;
}
</style>