Shades of Blue #2310EF
Tints of Blue #2310EF
RGB
CMYK
RGB Variations
Color information
#2310EF (or 0x2310EF) is known color: Blue. HEX triplet: 23, 10 and EF. RGB value is (35,16,239). Sum of RGB (Red+Green+Blue) = 35+16+239=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #2310EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2310EF is #DCEF10. Grayscale: #2E2E2E. Windows color (decimal): -14479121 or 15667235. OLE color: 15667235.
HSL color Cylindrical-coordinate representation of color #2310EF: hue angle of 245.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2310EF is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 16 | 239 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.06 |
| HSL | 245.11º | 0.87% | 0.5% | - |
| HSV(B) | 245.11º | 0.93% | 0.94% | - |
| XYZ | 16.46 | 6.96 | 82.14 | - |
| YUV | 47.1 | 236.29 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 239 | 0.85 | 0.93 | 0 | 0.06 | 245.11 | 0.87 | 0.5 |
| Hex | 23 | 10 | EF | 55 | 5D | 0 | 6 | F5 | 57 | 32 |
| Octal | 43 | 20 | 357 | 125 | 135 | 0 | 6 | 365 | 127 | 62 |
| Binary | 100011 | 10000 | 11101111 | 1010101 | 1011101 | 0 | 110 | 11110101 | 1010111 | 110010 |
Color Harmonies of #2310EF
Complementary color
Monochromatic Colors of #2310EF
Black with #2310EF
Text Example
Text Example
White with #2310EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2310EF; }
p { color: rgb(35,16,239); }
H1.HeaderClassName
{
color: #2310EF;
}
.AnyTagClassName
{
color: #2310EF;
}
</style>
background-color css
<style>
a { background-color: #2310EF; }
a { background-color: rgb(35,16,239); }
div.DivClassName
{
background-color: #2310EF;
}
.BgClassName
{
background-color: #2310EF;
}
</style>
border-color css
<style>
span { border-color: #2310EF; }
span { border-color: rgb(35,16,239); }
td.TdClassName
{
border-color: #2310EF;
}
.TagClassName
{
border-color: #2310EF;
}
</style>