Shades of Royal Blue #1B5AFE
Tints of Royal Blue #1B5AFE
RGB
CMYK
RGB Variations
Color information
#1B5AFE (or 0x1B5AFE) is known color: Royal Blue. HEX triplet: 1B, 5A and FE. RGB value is (27,90,254). Sum of RGB (Red+Green+Blue) = 27+90+254=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B5AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B5AFE is #E4A501. Grayscale: #595959. Windows color (decimal): -14984450 or 16669211. OLE color: 16669211.
HSL color Cylindrical-coordinate representation of color #1B5AFE: hue angle of 223.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B5AFE is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 90 | 254 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.00 |
| HSL | 223.35º | 0.99% | 0.55% | - |
| HSV(B) | 223.35º | 0.89% | 1% | - |
| XYZ | 22 | 14.7 | 95.44 | - |
| YUV | 89.86 | 220.63 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 254 | 0.89 | 0.65 | 0 | 0.00 | 223.35 | 0.99 | 0.55 |
| Hex | 1B | 5A | FE | 59 | 41 | 0 | 0 | DF | 63 | 37 |
| Octal | 33 | 132 | 376 | 131 | 101 | 0 | 0 | 337 | 143 | 67 |
| Binary | 11011 | 1011010 | 11111110 | 1011001 | 1000001 | 0 | 0 | 11011111 | 1100011 | 110111 |
Color Harmonies of #1B5AFE
Complementary color
Monochromatic Colors of #1B5AFE
Black with #1B5AFE
Text Example
Text Example
White with #1B5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5AFE; }
p { color: rgb(27,90,254); }
H1.HeaderClassName
{
color: #1B5AFE;
}
.AnyTagClassName
{
color: #1B5AFE;
}
</style>
background-color css
<style>
a { background-color: #1B5AFE; }
a { background-color: rgb(27,90,254); }
div.DivClassName
{
background-color: #1B5AFE;
}
.BgClassName
{
background-color: #1B5AFE;
}
</style>
border-color css
<style>
span { border-color: #1B5AFE; }
span { border-color: rgb(27,90,254); }
td.TdClassName
{
border-color: #1B5AFE;
}
.TagClassName
{
border-color: #1B5AFE;
}
</style>