Shades of Royal Blue #1C64F5
Tints of Royal Blue #1C64F5
RGB
CMYK
RGB Variations
Color information
#1C64F5 (or 0x1C64F5) is known color: Royal Blue. HEX triplet: 1C, 64 and F5. RGB value is (28,100,245). Sum of RGB (Red+Green+Blue) = 28+100+245=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #1C64F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C64F5 is #E39B0A. Grayscale: #5E5E5E. Windows color (decimal): -14916363 or 16081948. OLE color: 16081948.
HSL color Cylindrical-coordinate representation of color #1C64F5: hue angle of 220.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C64F5 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 100 | 245 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.04 |
| HSL | 220.09º | 0.92% | 0.54% | - |
| HSV(B) | 220.09º | 0.89% | 0.96% | - |
| XYZ | 21.52 | 15.95 | 88.33 | - |
| YUV | 95 | 212.65 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 245 | 0.89 | 0.59 | 0 | 0.04 | 220.09 | 0.92 | 0.54 |
| Hex | 1C | 64 | F5 | 59 | 3B | 0 | 4 | DC | 5C | 36 |
| Octal | 34 | 144 | 365 | 131 | 73 | 0 | 4 | 334 | 134 | 66 |
| Binary | 11100 | 1100100 | 11110101 | 1011001 | 111011 | 0 | 100 | 11011100 | 1011100 | 110110 |
Color Harmonies of #1C64F5
Complementary color
Monochromatic Colors of #1C64F5
Black with #1C64F5
Text Example
Text Example
White with #1C64F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C64F5; }
p { color: rgb(28,100,245); }
H1.HeaderClassName
{
color: #1C64F5;
}
.AnyTagClassName
{
color: #1C64F5;
}
</style>
background-color css
<style>
a { background-color: #1C64F5; }
a { background-color: rgb(28,100,245); }
div.DivClassName
{
background-color: #1C64F5;
}
.BgClassName
{
background-color: #1C64F5;
}
</style>
border-color css
<style>
span { border-color: #1C64F5; }
span { border-color: rgb(28,100,245); }
td.TdClassName
{
border-color: #1C64F5;
}
.TagClassName
{
border-color: #1C64F5;
}
</style>