Shades of Royal Blue #1C64FA
Tints of Royal Blue #1C64FA
RGB
CMYK
RGB Variations
Color information
#1C64FA (or 0x1C64FA) is known color: Royal Blue. HEX triplet: 1C, 64 and FA. RGB value is (28,100,250). Sum of RGB (Red+Green+Blue) = 28+100+250=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C64FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C64FA is #E39B05. Grayscale: #5E5E5E. Windows color (decimal): -14916358 or 16409628. OLE color: 16409628.
HSL color Cylindrical-coordinate representation of color #1C64FA: hue angle of 220.54º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C64FA is Cyan = 0.89, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 100 | 250 | - |
| CMYK | 0.89 | 0.6 | 0 | 0.02 |
| HSL | 220.54º | 0.96% | 0.55% | - |
| HSV(B) | 220.54º | 0.89% | 0.98% | - |
| XYZ | 22.29 | 16.26 | 92.41 | - |
| YUV | 95.57 | 215.15 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 250 | 0.89 | 0.6 | 0 | 0.02 | 220.54 | 0.96 | 0.55 |
| Hex | 1C | 64 | FA | 59 | 3C | 0 | 2 | DD | 60 | 37 |
| Octal | 34 | 144 | 372 | 131 | 74 | 0 | 2 | 335 | 140 | 67 |
| Binary | 11100 | 1100100 | 11111010 | 1011001 | 111100 | 0 | 10 | 11011101 | 1100000 | 110111 |
Color Harmonies of #1C64FA
Complementary color
Monochromatic Colors of #1C64FA
Black with #1C64FA
Text Example
Text Example
White with #1C64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C64FA; }
p { color: rgb(28,100,250); }
H1.HeaderClassName
{
color: #1C64FA;
}
.AnyTagClassName
{
color: #1C64FA;
}
</style>
background-color css
<style>
a { background-color: #1C64FA; }
a { background-color: rgb(28,100,250); }
div.DivClassName
{
background-color: #1C64FA;
}
.BgClassName
{
background-color: #1C64FA;
}
</style>
border-color css
<style>
span { border-color: #1C64FA; }
span { border-color: rgb(28,100,250); }
td.TdClassName
{
border-color: #1C64FA;
}
.TagClassName
{
border-color: #1C64FA;
}
</style>