Shades of Blue #151DFB
Tints of Blue #151DFB
RGB
CMYK
RGB Variations
Color information
#151DFB (or 0x151DFB) is known color: Blue. HEX triplet: 15, 1D and FB. RGB value is (21,29,251). Sum of RGB (Red+Green+Blue) = 21+29+251=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #151DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151DFB is #EAE204. Grayscale: #333333. Windows color (decimal): -15393285 or 16456981. OLE color: 16456981.
HSL color Cylindrical-coordinate representation of color #151DFB: hue angle of 237.91º 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 #151DFB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 29 | 251 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.91º | 0.97% | 0.53% | - |
| HSV(B) | 237.91º | 0.92% | 0.98% | - |
| XYZ | 18.16 | 8 | 91.85 | - |
| YUV | 51.92 | 240.35 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 251 | 0.92 | 0.88 | 0 | 0.02 | 237.91 | 0.97 | 0.53 |
| Hex | 15 | 1D | FB | 5C | 58 | 0 | 2 | EE | 61 | 35 |
| Octal | 25 | 35 | 373 | 134 | 130 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10101 | 11101 | 11111011 | 1011100 | 1011000 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #151DFB
Complementary color
Monochromatic Colors of #151DFB
Black with #151DFB
Text Example
Text Example
White with #151DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DFB; }
p { color: rgb(21,29,251); }
H1.HeaderClassName
{
color: #151DFB;
}
.AnyTagClassName
{
color: #151DFB;
}
</style>
background-color css
<style>
a { background-color: #151DFB; }
a { background-color: rgb(21,29,251); }
div.DivClassName
{
background-color: #151DFB;
}
.BgClassName
{
background-color: #151DFB;
}
</style>
border-color css
<style>
span { border-color: #151DFB; }
span { border-color: rgb(21,29,251); }
td.TdClassName
{
border-color: #151DFB;
}
.TagClassName
{
border-color: #151DFB;
}
</style>