Shades of Blue #1215EE
Tints of Blue #1215EE
RGB
CMYK
RGB Variations
Color information
#1215EE (or 0x1215EE) is known color: Blue. HEX triplet: 12, 15 and EE. RGB value is (18,21,238). Sum of RGB (Red+Green+Blue) = 18+21+238=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 238 (93.36% from 255 or 85.92% from 277); Max value from RGB is 238 - color contains mainly: blue. Hex color #1215EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215EE is #EDEA11. Grayscale: #2B2B2B. Windows color (decimal): -15591954 or 15602962. OLE color: 15602962.
HSL color Cylindrical-coordinate representation of color #1215EE: hue angle of 239.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1215EE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 21 | 238 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.07 |
| HSL | 239.18º | 0.87% | 0.5% | - |
| HSV(B) | 239.18º | 0.92% | 0.93% | - |
| XYZ | 15.95 | 6.84 | 81.37 | - |
| YUV | 44.84 | 237.01 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 238 | 0.92 | 0.91 | 0 | 0.07 | 239.18 | 0.87 | 0.5 |
| Hex | 12 | 15 | EE | 5C | 5B | 0 | 7 | EF | 57 | 32 |
| Octal | 22 | 25 | 356 | 134 | 133 | 0 | 7 | 357 | 127 | 62 |
| Binary | 10010 | 10101 | 11101110 | 1011100 | 1011011 | 0 | 111 | 11101111 | 1010111 | 110010 |
Color Harmonies of #1215EE
Complementary color
Monochromatic Colors of #1215EE
Black with #1215EE
Text Example
Text Example
White with #1215EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1215EE; }
p { color: rgb(18,21,238); }
H1.HeaderClassName
{
color: #1215EE;
}
.AnyTagClassName
{
color: #1215EE;
}
</style>
background-color css
<style>
a { background-color: #1215EE; }
a { background-color: rgb(18,21,238); }
div.DivClassName
{
background-color: #1215EE;
}
.BgClassName
{
background-color: #1215EE;
}
</style>
border-color css
<style>
span { border-color: #1215EE; }
span { border-color: rgb(18,21,238); }
td.TdClassName
{
border-color: #1215EE;
}
.TagClassName
{
border-color: #1215EE;
}
</style>