Shades of Blue #150DF2
Tints of Blue #150DF2
RGB
CMYK
RGB Variations
Color information
#150DF2 (or 0x150DF2) is known color: Blue. HEX triplet: 15, 0D and F2. RGB value is (21,13,242). Sum of RGB (Red+Green+Blue) = 21+13+242=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 242 (94.92% from 255 or 87.68% from 276); Max value from RGB is 242 - color contains mainly: blue. Hex color #150DF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DF2 is #EAF20D. Grayscale: #282828. Windows color (decimal): -15397390 or 15863061. OLE color: 15863061.
HSL color Cylindrical-coordinate representation of color #150DF2: hue angle of 242.1º degrees, saturation: 0.9, 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 #150DF2 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 13 | 242 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.05 |
| HSL | 242.1º | 0.9% | 0.5% | - |
| HSV(B) | 242.1º | 0.95% | 0.95% | - |
| XYZ | 16.48 | 6.86 | 84.46 | - |
| YUV | 41.5 | 241.15 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 242 | 0.91 | 0.95 | 0 | 0.05 | 242.1 | 0.9 | 0.5 |
| Hex | 15 | D | F2 | 5B | 5F | 0 | 5 | F2 | 5A | 32 |
| Octal | 25 | 15 | 362 | 133 | 137 | 0 | 5 | 362 | 132 | 62 |
| Binary | 10101 | 1101 | 11110010 | 1011011 | 1011111 | 0 | 101 | 11110010 | 1011010 | 110010 |
Color Harmonies of #150DF2
Complementary color
Monochromatic Colors of #150DF2
Black with #150DF2
Text Example
Text Example
White with #150DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DF2; }
p { color: rgb(21,13,242); }
H1.HeaderClassName
{
color: #150DF2;
}
.AnyTagClassName
{
color: #150DF2;
}
</style>
background-color css
<style>
a { background-color: #150DF2; }
a { background-color: rgb(21,13,242); }
div.DivClassName
{
background-color: #150DF2;
}
.BgClassName
{
background-color: #150DF2;
}
</style>
border-color css
<style>
span { border-color: #150DF2; }
span { border-color: rgb(21,13,242); }
td.TdClassName
{
border-color: #150DF2;
}
.TagClassName
{
border-color: #150DF2;
}
</style>