Shades of Royal Blue #1C4FEA
Tints of Royal Blue #1C4FEA
RGB
CMYK
RGB Variations
Color information
#1C4FEA (or 0x1C4FEA) is known color: Royal Blue. HEX triplet: 1C, 4F and EA. RGB value is (28,79,234). Sum of RGB (Red+Green+Blue) = 28+79+234=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C4FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C4FEA is #E3B015. Grayscale: #505050. Windows color (decimal): -14921750 or 15355676. OLE color: 15355676.
HSL color Cylindrical-coordinate representation of color #1C4FEA: hue angle of 225.15º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C4FEA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 79 | 234 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.08 |
| HSL | 225.15º | 0.83% | 0.51% | - |
| HSV(B) | 225.15º | 0.88% | 0.92% | - |
| XYZ | 18.13 | 11.78 | 79.16 | - |
| YUV | 81.42 | 214.1 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 79 | 234 | 0.88 | 0.66 | 0 | 0.08 | 225.15 | 0.83 | 0.51 |
| Hex | 1C | 4F | EA | 58 | 42 | 0 | 8 | E1 | 53 | 33 |
| Octal | 34 | 117 | 352 | 130 | 102 | 0 | 10 | 341 | 123 | 63 |
| Binary | 11100 | 1001111 | 11101010 | 1011000 | 1000010 | 0 | 1000 | 11100001 | 1010011 | 110011 |
Color Harmonies of #1C4FEA
Complementary color
Monochromatic Colors of #1C4FEA
Black with #1C4FEA
Text Example
Text Example
White with #1C4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4FEA; }
p { color: rgb(28,79,234); }
H1.HeaderClassName
{
color: #1C4FEA;
}
.AnyTagClassName
{
color: #1C4FEA;
}
</style>
background-color css
<style>
a { background-color: #1C4FEA; }
a { background-color: rgb(28,79,234); }
div.DivClassName
{
background-color: #1C4FEA;
}
.BgClassName
{
background-color: #1C4FEA;
}
</style>
border-color css
<style>
span { border-color: #1C4FEA; }
span { border-color: rgb(28,79,234); }
td.TdClassName
{
border-color: #1C4FEA;
}
.TagClassName
{
border-color: #1C4FEA;
}
</style>