Shades of Royal Blue #1F48EE
Tints of Royal Blue #1F48EE
RGB
CMYK
RGB Variations
Color information
#1F48EE (or 0x1F48EE) is known color: Royal Blue. HEX triplet: 1F, 48 and EE. RGB value is (31,72,238). Sum of RGB (Red+Green+Blue) = 31+72+238=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F48EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F48EE is #E0B711. Grayscale: #4D4D4D. Windows color (decimal): -14726930 or 15616031. OLE color: 15616031.
HSL color Cylindrical-coordinate representation of color #1F48EE: hue angle of 228.12º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F48EE is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 72 | 238 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.07 |
| HSL | 228.12º | 0.86% | 0.53% | - |
| HSV(B) | 228.12º | 0.87% | 0.93% | - |
| XYZ | 18.32 | 11.1 | 82.07 | - |
| YUV | 78.67 | 217.92 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 238 | 0.87 | 0.70 | 0 | 0.07 | 228.12 | 0.86 | 0.53 |
| Hex | 1F | 48 | EE | 57 | 46 | 0 | 7 | E4 | 56 | 35 |
| Octal | 37 | 110 | 356 | 127 | 106 | 0 | 7 | 344 | 126 | 65 |
| Binary | 11111 | 1001000 | 11101110 | 1010111 | 1000110 | 0 | 111 | 11100100 | 1010110 | 110101 |
Color Harmonies of #1F48EE
Complementary color
Monochromatic Colors of #1F48EE
Black with #1F48EE
Text Example
Text Example
White with #1F48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F48EE; }
p { color: rgb(31,72,238); }
H1.HeaderClassName
{
color: #1F48EE;
}
.AnyTagClassName
{
color: #1F48EE;
}
</style>
background-color css
<style>
a { background-color: #1F48EE; }
a { background-color: rgb(31,72,238); }
div.DivClassName
{
background-color: #1F48EE;
}
.BgClassName
{
background-color: #1F48EE;
}
</style>
border-color css
<style>
span { border-color: #1F48EE; }
span { border-color: rgb(31,72,238); }
td.TdClassName
{
border-color: #1F48EE;
}
.TagClassName
{
border-color: #1F48EE;
}
</style>