Shades of Blue #151CFD
Tints of Blue #151CFD
RGB
CMYK
RGB Variations
Color information
#151CFD (or 0x151CFD) is known color: Blue. HEX triplet: 15, 1C and FD. RGB value is (21,28,253). Sum of RGB (Red+Green+Blue) = 21+28+253=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #151CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151CFD is #EAE302. Grayscale: #323232. Windows color (decimal): -15393539 or 16587797. OLE color: 16587797.
HSL color Cylindrical-coordinate representation of color #151CFD: hue angle of 238.19º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151CFD is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 28 | 253 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.01 |
| HSL | 238.19º | 0.98% | 0.54% | - |
| HSV(B) | 238.19º | 0.92% | 0.99% | - |
| XYZ | 18.45 | 8.08 | 93.52 | - |
| YUV | 51.56 | 241.68 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 253 | 0.92 | 0.89 | 0 | 0.01 | 238.19 | 0.98 | 0.54 |
| Hex | 15 | 1C | FD | 5C | 59 | 0 | 1 | EE | 62 | 36 |
| Octal | 25 | 34 | 375 | 134 | 131 | 0 | 1 | 356 | 142 | 66 |
| Binary | 10101 | 11100 | 11111101 | 1011100 | 1011001 | 0 | 1 | 11101110 | 1100010 | 110110 |
Color Harmonies of #151CFD
Complementary color
Monochromatic Colors of #151CFD
Black with #151CFD
Text Example
Text Example
White with #151CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CFD; }
p { color: rgb(21,28,253); }
H1.HeaderClassName
{
color: #151CFD;
}
.AnyTagClassName
{
color: #151CFD;
}
</style>
background-color css
<style>
a { background-color: #151CFD; }
a { background-color: rgb(21,28,253); }
div.DivClassName
{
background-color: #151CFD;
}
.BgClassName
{
background-color: #151CFD;
}
</style>
border-color css
<style>
span { border-color: #151CFD; }
span { border-color: rgb(21,28,253); }
td.TdClassName
{
border-color: #151CFD;
}
.TagClassName
{
border-color: #151CFD;
}
</style>