Shades of Royal Blue #154EFB
Tints of Royal Blue #154EFB
RGB
CMYK
RGB Variations
Color information
#154EFB (or 0x154EFB) is known color: Royal Blue. HEX triplet: 15, 4E and FB. RGB value is (21,78,251). Sum of RGB (Red+Green+Blue) = 21+78+251=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #154EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EFB is #EAB104. Grayscale: #4F4F4F. Windows color (decimal): -15380741 or 16469525. OLE color: 16469525.
HSL color Cylindrical-coordinate representation of color #154EFB: hue angle of 225.13º 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 #154EFB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 78 | 251 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.02 |
| HSL | 225.13º | 0.97% | 0.53% | - |
| HSV(B) | 225.13º | 0.92% | 0.98% | - |
| XYZ | 20.45 | 12.57 | 92.62 | - |
| YUV | 80.68 | 224.12 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 251 | 0.92 | 0.69 | 0 | 0.02 | 225.13 | 0.97 | 0.53 |
| Hex | 15 | 4E | FB | 5C | 45 | 0 | 2 | E1 | 61 | 35 |
| Octal | 25 | 116 | 373 | 134 | 105 | 0 | 2 | 341 | 141 | 65 |
| Binary | 10101 | 1001110 | 11111011 | 1011100 | 1000101 | 0 | 10 | 11100001 | 1100001 | 110101 |
Color Harmonies of #154EFB
Complementary color
Monochromatic Colors of #154EFB
Black with #154EFB
Text Example
Text Example
White with #154EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EFB; }
p { color: rgb(21,78,251); }
H1.HeaderClassName
{
color: #154EFB;
}
.AnyTagClassName
{
color: #154EFB;
}
</style>
background-color css
<style>
a { background-color: #154EFB; }
a { background-color: rgb(21,78,251); }
div.DivClassName
{
background-color: #154EFB;
}
.BgClassName
{
background-color: #154EFB;
}
</style>
border-color css
<style>
span { border-color: #154EFB; }
span { border-color: rgb(21,78,251); }
td.TdClassName
{
border-color: #154EFB;
}
.TagClassName
{
border-color: #154EFB;
}
</style>