Shades of Blue #2319EE
Tints of Blue #2319EE
RGB
CMYK
RGB Variations
Color information
#2319EE (or 0x2319EE) is known color: Blue. HEX triplet: 23, 19 and EE. RGB value is (35,25,238). Sum of RGB (Red+Green+Blue) = 35+25+238=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #2319EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2319EE is #DCE611. Grayscale: #333333. Windows color (decimal): -14476818 or 15604003. OLE color: 15604003.
HSL color Cylindrical-coordinate representation of color #2319EE: hue angle of 242.82º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2319EE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 25 | 238 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.07 |
| HSL | 242.82º | 0.86% | 0.52% | - |
| HSV(B) | 242.82º | 0.89% | 0.93% | - |
| XYZ | 16.47 | 7.23 | 81.42 | - |
| YUV | 52.27 | 232.81 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 238 | 0.85 | 0.89 | 0 | 0.07 | 242.82 | 0.86 | 0.52 |
| Hex | 23 | 19 | EE | 55 | 59 | 0 | 7 | F3 | 56 | 34 |
| Octal | 43 | 31 | 356 | 125 | 131 | 0 | 7 | 363 | 126 | 64 |
| Binary | 100011 | 11001 | 11101110 | 1010101 | 1011001 | 0 | 111 | 11110011 | 1010110 | 110100 |
Color Harmonies of #2319EE
Complementary color
Monochromatic Colors of #2319EE
Black with #2319EE
Text Example
Text Example
White with #2319EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319EE; }
p { color: rgb(35,25,238); }
H1.HeaderClassName
{
color: #2319EE;
}
.AnyTagClassName
{
color: #2319EE;
}
</style>
background-color css
<style>
a { background-color: #2319EE; }
a { background-color: rgb(35,25,238); }
div.DivClassName
{
background-color: #2319EE;
}
.BgClassName
{
background-color: #2319EE;
}
</style>
border-color css
<style>
span { border-color: #2319EE; }
span { border-color: rgb(35,25,238); }
td.TdClassName
{
border-color: #2319EE;
}
.TagClassName
{
border-color: #2319EE;
}
</style>