Shades of Royal Blue #155BFD
Tints of Royal Blue #155BFD
RGB
CMYK
RGB Variations
Color information
#155BFD (or 0x155BFD) is known color: Royal Blue. HEX triplet: 15, 5B and FD. RGB value is (21,91,253). Sum of RGB (Red+Green+Blue) = 21+91+253=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #155BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BFD is #EAA402. Grayscale: #575757. Windows color (decimal): -15377411 or 16603925. OLE color: 16603925.
HSL color Cylindrical-coordinate representation of color #155BFD: hue angle of 221.9º 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 #155BFD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 91 | 253 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 221.9º | 0.98% | 0.54% | - |
| HSV(B) | 221.9º | 0.92% | 0.99% | - |
| XYZ | 21.78 | 14.73 | 94.62 | - |
| YUV | 88.54 | 220.81 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 253 | 0.92 | 0.64 | 0 | 0.01 | 221.9 | 0.98 | 0.54 |
| Hex | 15 | 5B | FD | 5C | 40 | 0 | 1 | DE | 62 | 36 |
| Octal | 25 | 133 | 375 | 134 | 100 | 0 | 1 | 336 | 142 | 66 |
| Binary | 10101 | 1011011 | 11111101 | 1011100 | 1000000 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #155BFD
Complementary color
Monochromatic Colors of #155BFD
Black with #155BFD
Text Example
Text Example
White with #155BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BFD; }
p { color: rgb(21,91,253); }
H1.HeaderClassName
{
color: #155BFD;
}
.AnyTagClassName
{
color: #155BFD;
}
</style>
background-color css
<style>
a { background-color: #155BFD; }
a { background-color: rgb(21,91,253); }
div.DivClassName
{
background-color: #155BFD;
}
.BgClassName
{
background-color: #155BFD;
}
</style>
border-color css
<style>
span { border-color: #155BFD; }
span { border-color: rgb(21,91,253); }
td.TdClassName
{
border-color: #155BFD;
}
.TagClassName
{
border-color: #155BFD;
}
</style>