Shades of Blue #150CF3
Tints of Blue #150CF3
RGB
CMYK
RGB Variations
Color information
#150CF3 (or 0x150CF3) is known color: Blue. HEX triplet: 15, 0C and F3. RGB value is (21,12,243). Sum of RGB (Red+Green+Blue) = 21+12+243=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 243 (95.31% from 255 or 88.04% from 276); Max value from RGB is 243 - color contains mainly: blue. Hex color #150CF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150CF3 is #EAF30C. Grayscale: #282828. Windows color (decimal): -15397645 or 15928341. OLE color: 15928341.
HSL color Cylindrical-coordinate representation of color #150CF3: hue angle of 242.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CF3 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 12 | 243 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.05 |
| HSL | 242.34º | 0.91% | 0.5% | - |
| HSV(B) | 242.34º | 0.95% | 0.95% | - |
| XYZ | 16.62 | 6.89 | 85.25 | - |
| YUV | 41.03 | 241.98 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 243 | 0.91 | 0.95 | 0 | 0.05 | 242.34 | 0.91 | 0.5 |
| Hex | 15 | C | F3 | 5B | 5F | 0 | 5 | F2 | 5B | 32 |
| Octal | 25 | 14 | 363 | 133 | 137 | 0 | 5 | 362 | 133 | 62 |
| Binary | 10101 | 1100 | 11110011 | 1011011 | 1011111 | 0 | 101 | 11110010 | 1011011 | 110010 |
Color Harmonies of #150CF3
Complementary color
Monochromatic Colors of #150CF3
Black with #150CF3
Text Example
Text Example
White with #150CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CF3; }
p { color: rgb(21,12,243); }
H1.HeaderClassName
{
color: #150CF3;
}
.AnyTagClassName
{
color: #150CF3;
}
</style>
background-color css
<style>
a { background-color: #150CF3; }
a { background-color: rgb(21,12,243); }
div.DivClassName
{
background-color: #150CF3;
}
.BgClassName
{
background-color: #150CF3;
}
</style>
border-color css
<style>
span { border-color: #150CF3; }
span { border-color: rgb(21,12,243); }
td.TdClassName
{
border-color: #150CF3;
}
.TagClassName
{
border-color: #150CF3;
}
</style>