Shades of Blue #2318EE
Tints of Blue #2318EE
RGB
CMYK
RGB Variations
Color information
#2318EE (or 0x2318EE) is known color: Blue. HEX triplet: 23, 18 and EE. RGB value is (35,24,238). Sum of RGB (Red+Green+Blue) = 35+24+238=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #2318EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2318EE is #DCE711. Grayscale: #323232. Windows color (decimal): -14477074 or 15603747. OLE color: 15603747.
HSL color Cylindrical-coordinate representation of color #2318EE: hue angle of 243.08º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2318EE is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 24 | 238 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.07 |
| HSL | 243.08º | 0.86% | 0.51% | - |
| HSV(B) | 243.08º | 0.9% | 0.93% | - |
| XYZ | 16.45 | 7.18 | 81.41 | - |
| YUV | 51.69 | 233.14 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 238 | 0.85 | 0.90 | 0 | 0.07 | 243.08 | 0.86 | 0.51 |
| Hex | 23 | 18 | EE | 55 | 5A | 0 | 7 | F3 | 56 | 33 |
| Octal | 43 | 30 | 356 | 125 | 132 | 0 | 7 | 363 | 126 | 63 |
| Binary | 100011 | 11000 | 11101110 | 1010101 | 1011010 | 0 | 111 | 11110011 | 1010110 | 110011 |
Color Harmonies of #2318EE
Complementary color
Monochromatic Colors of #2318EE
Black with #2318EE
Text Example
Text Example
White with #2318EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318EE; }
p { color: rgb(35,24,238); }
H1.HeaderClassName
{
color: #2318EE;
}
.AnyTagClassName
{
color: #2318EE;
}
</style>
background-color css
<style>
a { background-color: #2318EE; }
a { background-color: rgb(35,24,238); }
div.DivClassName
{
background-color: #2318EE;
}
.BgClassName
{
background-color: #2318EE;
}
</style>
border-color css
<style>
span { border-color: #2318EE; }
span { border-color: rgb(35,24,238); }
td.TdClassName
{
border-color: #2318EE;
}
.TagClassName
{
border-color: #2318EE;
}
</style>