Shades of Blue #151EFB
Tints of Blue #151EFB
RGB
CMYK
RGB Variations
Color information
#151EFB (or 0x151EFB) is known color: Blue. HEX triplet: 15, 1E and FB. RGB value is (21,30,251). Sum of RGB (Red+Green+Blue) = 21+30+251=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #151EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EFB is #EAE104. Grayscale: #333333. Windows color (decimal): -15393029 or 16457237. OLE color: 16457237.
HSL color Cylindrical-coordinate representation of color #151EFB: hue angle of 237.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151EFB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 30 | 251 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.65º | 0.97% | 0.53% | - |
| HSV(B) | 237.65º | 0.92% | 0.98% | - |
| XYZ | 18.19 | 8.05 | 91.86 | - |
| YUV | 52.5 | 240.02 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 251 | 0.92 | 0.88 | 0 | 0.02 | 237.65 | 0.97 | 0.53 |
| Hex | 15 | 1E | FB | 5C | 58 | 0 | 2 | EE | 61 | 35 |
| Octal | 25 | 36 | 373 | 134 | 130 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10101 | 11110 | 11111011 | 1011100 | 1011000 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #151EFB
Complementary color
Monochromatic Colors of #151EFB
Black with #151EFB
Text Example
Text Example
White with #151EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EFB; }
p { color: rgb(21,30,251); }
H1.HeaderClassName
{
color: #151EFB;
}
.AnyTagClassName
{
color: #151EFB;
}
</style>
background-color css
<style>
a { background-color: #151EFB; }
a { background-color: rgb(21,30,251); }
div.DivClassName
{
background-color: #151EFB;
}
.BgClassName
{
background-color: #151EFB;
}
</style>
border-color css
<style>
span { border-color: #151EFB; }
span { border-color: rgb(21,30,251); }
td.TdClassName
{
border-color: #151EFB;
}
.TagClassName
{
border-color: #151EFB;
}
</style>