Shades of Blue #2423EF
Tints of Blue #2423EF
RGB
CMYK
RGB Variations
Color information
#2423EF (or 0x2423EF) is known color: Blue. HEX triplet: 24, 23 and EF. RGB value is (36,35,239). Sum of RGB (Red+Green+Blue) = 36+35+239=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #2423EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2423EF is #DBDC10. Grayscale: #393939. Windows color (decimal): -14408721 or 15672100. OLE color: 15672100.
HSL color Cylindrical-coordinate representation of color #2423EF: hue angle of 240.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2423EF is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 35 | 239 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.06 |
| HSL | 240.29º | 0.86% | 0.54% | - |
| HSV(B) | 240.29º | 0.85% | 0.94% | - |
| XYZ | 16.91 | 7.81 | 82.28 | - |
| YUV | 58.56 | 229.83 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 35 | 239 | 0.85 | 0.85 | 0 | 0.06 | 240.29 | 0.86 | 0.54 |
| Hex | 24 | 23 | EF | 55 | 55 | 0 | 6 | F0 | 56 | 36 |
| Octal | 44 | 43 | 357 | 125 | 125 | 0 | 6 | 360 | 126 | 66 |
| Binary | 100100 | 100011 | 11101111 | 1010101 | 1010101 | 0 | 110 | 11110000 | 1010110 | 110110 |
Color Harmonies of #2423EF
Complementary color
Monochromatic Colors of #2423EF
Black with #2423EF
Text Example
Text Example
White with #2423EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2423EF; }
p { color: rgb(36,35,239); }
H1.HeaderClassName
{
color: #2423EF;
}
.AnyTagClassName
{
color: #2423EF;
}
</style>
background-color css
<style>
a { background-color: #2423EF; }
a { background-color: rgb(36,35,239); }
div.DivClassName
{
background-color: #2423EF;
}
.BgClassName
{
background-color: #2423EF;
}
</style>
border-color css
<style>
span { border-color: #2423EF; }
span { border-color: rgb(36,35,239); }
td.TdClassName
{
border-color: #2423EF;
}
.TagClassName
{
border-color: #2423EF;
}
</style>