Shades of Blue #2312EF
Tints of Blue #2312EF
RGB
CMYK
RGB Variations
Color information
#2312EF (or 0x2312EF) is known color: Blue. HEX triplet: 23, 12 and EF. RGB value is (35,18,239). Sum of RGB (Red+Green+Blue) = 35+18+239=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #2312EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2312EF is #DCED10. Grayscale: #2F2F2F. Windows color (decimal): -14478609 or 15667747. OLE color: 15667747.
HSL color Cylindrical-coordinate representation of color #2312EF: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2312EF is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 18 | 239 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.06 |
| HSL | 244.62º | 0.87% | 0.5% | - |
| HSV(B) | 244.62º | 0.92% | 0.94% | - |
| XYZ | 16.49 | 7.02 | 82.15 | - |
| YUV | 48.28 | 235.63 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 239 | 0.85 | 0.92 | 0 | 0.06 | 244.62 | 0.87 | 0.5 |
| Hex | 23 | 12 | EF | 55 | 5C | 0 | 6 | F5 | 57 | 32 |
| Octal | 43 | 22 | 357 | 125 | 134 | 0 | 6 | 365 | 127 | 62 |
| Binary | 100011 | 10010 | 11101111 | 1010101 | 1011100 | 0 | 110 | 11110101 | 1010111 | 110010 |
Color Harmonies of #2312EF
Complementary color
Monochromatic Colors of #2312EF
Black with #2312EF
Text Example
Text Example
White with #2312EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2312EF; }
p { color: rgb(35,18,239); }
H1.HeaderClassName
{
color: #2312EF;
}
.AnyTagClassName
{
color: #2312EF;
}
</style>
background-color css
<style>
a { background-color: #2312EF; }
a { background-color: rgb(35,18,239); }
div.DivClassName
{
background-color: #2312EF;
}
.BgClassName
{
background-color: #2312EF;
}
</style>
border-color css
<style>
span { border-color: #2312EF; }
span { border-color: rgb(35,18,239); }
td.TdClassName
{
border-color: #2312EF;
}
.TagClassName
{
border-color: #2312EF;
}
</style>