Shades of Royal Blue #155CFD
Tints of Royal Blue #155CFD
RGB
CMYK
RGB Variations
Color information
#155CFD (or 0x155CFD) is known color: Royal Blue. HEX triplet: 15, 5C and FD. RGB value is (21,92,253). Sum of RGB (Red+Green+Blue) = 21+92+253=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #155CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155CFD is #EAA302. Grayscale: #585858. Windows color (decimal): -15377155 or 16604181. OLE color: 16604181.
HSL color Cylindrical-coordinate representation of color #155CFD: hue angle of 221.64º 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 #155CFD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 92 | 253 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 221.64º | 0.98% | 0.54% | - |
| HSV(B) | 221.64º | 0.92% | 0.99% | - |
| XYZ | 21.87 | 14.91 | 94.65 | - |
| YUV | 89.13 | 220.48 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 253 | 0.92 | 0.64 | 0 | 0.01 | 221.64 | 0.98 | 0.54 |
| Hex | 15 | 5C | FD | 5C | 40 | 0 | 1 | DE | 62 | 36 |
| Octal | 25 | 134 | 375 | 134 | 100 | 0 | 1 | 336 | 142 | 66 |
| Binary | 10101 | 1011100 | 11111101 | 1011100 | 1000000 | 0 | 1 | 11011110 | 1100010 | 110110 |
Color Harmonies of #155CFD
Complementary color
Monochromatic Colors of #155CFD
Black with #155CFD
Text Example
Text Example
White with #155CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CFD; }
p { color: rgb(21,92,253); }
H1.HeaderClassName
{
color: #155CFD;
}
.AnyTagClassName
{
color: #155CFD;
}
</style>
background-color css
<style>
a { background-color: #155CFD; }
a { background-color: rgb(21,92,253); }
div.DivClassName
{
background-color: #155CFD;
}
.BgClassName
{
background-color: #155CFD;
}
</style>
border-color css
<style>
span { border-color: #155CFD; }
span { border-color: rgb(21,92,253); }
td.TdClassName
{
border-color: #155CFD;
}
.TagClassName
{
border-color: #155CFD;
}
</style>