Shades of Royal Blue #155DFB
Tints of Royal Blue #155DFB
RGB
CMYK
RGB Variations
Color information
#155DFB (or 0x155DFB) is known color: Royal Blue. HEX triplet: 15, 5D and FB. RGB value is (21,93,251). Sum of RGB (Red+Green+Blue) = 21+93+251=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #155DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DFB is #EAA204. Grayscale: #585858. Windows color (decimal): -15376901 or 16473365. OLE color: 16473365.
HSL color Cylindrical-coordinate representation of color #155DFB: hue angle of 221.22º 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 #155DFB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 93 | 251 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.02 |
| HSL | 221.22º | 0.97% | 0.53% | - |
| HSV(B) | 221.22º | 0.92% | 0.98% | - |
| XYZ | 21.64 | 14.95 | 93.01 | - |
| YUV | 89.48 | 219.15 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 251 | 0.92 | 0.63 | 0 | 0.02 | 221.22 | 0.97 | 0.53 |
| Hex | 15 | 5D | FB | 5C | 3F | 0 | 2 | DD | 61 | 35 |
| Octal | 25 | 135 | 373 | 134 | 77 | 0 | 2 | 335 | 141 | 65 |
| Binary | 10101 | 1011101 | 11111011 | 1011100 | 111111 | 0 | 10 | 11011101 | 1100001 | 110101 |
Color Harmonies of #155DFB
Complementary color
Monochromatic Colors of #155DFB
Black with #155DFB
Text Example
Text Example
White with #155DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DFB; }
p { color: rgb(21,93,251); }
H1.HeaderClassName
{
color: #155DFB;
}
.AnyTagClassName
{
color: #155DFB;
}
</style>
background-color css
<style>
a { background-color: #155DFB; }
a { background-color: rgb(21,93,251); }
div.DivClassName
{
background-color: #155DFB;
}
.BgClassName
{
background-color: #155DFB;
}
</style>
border-color css
<style>
span { border-color: #155DFB; }
span { border-color: rgb(21,93,251); }
td.TdClassName
{
border-color: #155DFB;
}
.TagClassName
{
border-color: #155DFB;
}
</style>