Shades of Blue #2318ED
Tints of Blue #2318ED
RGB
CMYK
RGB Variations
Color information
#2318ED (or 0x2318ED) is known color: Blue. HEX triplet: 23, 18 and ED. RGB value is (35,24,237). Sum of RGB (Red+Green+Blue) = 35+24+237=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #2318ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2318ED is #DCE712. Grayscale: #323232. Windows color (decimal): -14477075 or 15538211. OLE color: 15538211.
HSL color Cylindrical-coordinate representation of color #2318ED: hue angle of 243.1º 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 #2318ED is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 24 | 237 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.07 |
| HSL | 243.1º | 0.86% | 0.51% | - |
| HSV(B) | 243.1º | 0.9% | 0.93% | - |
| XYZ | 16.31 | 7.13 | 80.64 | - |
| YUV | 51.57 | 232.64 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 237 | 0.85 | 0.90 | 0 | 0.07 | 243.1 | 0.86 | 0.51 |
| Hex | 23 | 18 | ED | 55 | 5A | 0 | 7 | F3 | 56 | 33 |
| Octal | 43 | 30 | 355 | 125 | 132 | 0 | 7 | 363 | 126 | 63 |
| Binary | 100011 | 11000 | 11101101 | 1010101 | 1011010 | 0 | 111 | 11110011 | 1010110 | 110011 |
Color Harmonies of #2318ED
Complementary color
Monochromatic Colors of #2318ED
Black with #2318ED
Text Example
Text Example
White with #2318ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318ED; }
p { color: rgb(35,24,237); }
H1.HeaderClassName
{
color: #2318ED;
}
.AnyTagClassName
{
color: #2318ED;
}
</style>
background-color css
<style>
a { background-color: #2318ED; }
a { background-color: rgb(35,24,237); }
div.DivClassName
{
background-color: #2318ED;
}
.BgClassName
{
background-color: #2318ED;
}
</style>
border-color css
<style>
span { border-color: #2318ED; }
span { border-color: rgb(35,24,237); }
td.TdClassName
{
border-color: #2318ED;
}
.TagClassName
{
border-color: #2318ED;
}
</style>