Shades of Blue #150CEE
Tints of Blue #150CEE
RGB
CMYK
RGB Variations
Color information
#150CEE (or 0x150CEE) is known color: Blue. HEX triplet: 15, 0C and EE. RGB value is (21,12,238). Sum of RGB (Red+Green+Blue) = 21+12+238=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #150CEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150CEE is #EAF311. Grayscale: #272727. Windows color (decimal): -15397650 or 15600661. OLE color: 15600661.
HSL color Cylindrical-coordinate representation of color #150CEE: hue angle of 242.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CEE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 12 | 238 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.07 |
| HSL | 242.39º | 0.9% | 0.49% | - |
| HSV(B) | 242.39º | 0.95% | 0.93% | - |
| XYZ | 15.87 | 6.6 | 81.33 | - |
| YUV | 40.46 | 239.48 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 238 | 0.91 | 0.95 | 0 | 0.07 | 242.39 | 0.9 | 0.49 |
| Hex | 15 | C | EE | 5B | 5F | 0 | 7 | F2 | 5A | 31 |
| Octal | 25 | 14 | 356 | 133 | 137 | 0 | 7 | 362 | 132 | 61 |
| Binary | 10101 | 1100 | 11101110 | 1011011 | 1011111 | 0 | 111 | 11110010 | 1011010 | 110001 |
Color Harmonies of #150CEE
Complementary color
Monochromatic Colors of #150CEE
Black with #150CEE
Text Example
Text Example
White with #150CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CEE; }
p { color: rgb(21,12,238); }
H1.HeaderClassName
{
color: #150CEE;
}
.AnyTagClassName
{
color: #150CEE;
}
</style>
background-color css
<style>
a { background-color: #150CEE; }
a { background-color: rgb(21,12,238); }
div.DivClassName
{
background-color: #150CEE;
}
.BgClassName
{
background-color: #150CEE;
}
</style>
border-color css
<style>
span { border-color: #150CEE; }
span { border-color: rgb(21,12,238); }
td.TdClassName
{
border-color: #150CEE;
}
.TagClassName
{
border-color: #150CEE;
}
</style>