Shades of Royal Blue #1C66F2
Tints of Royal Blue #1C66F2
RGB
CMYK
RGB Variations
Color information
#1C66F2 (or 0x1C66F2) is known color: Royal Blue. HEX triplet: 1C, 66 and F2. RGB value is (28,102,242). Sum of RGB (Red+Green+Blue) = 28+102+242=372 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.53% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #1C66F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C66F2 is #E3990D. Grayscale: #5F5F5F. Windows color (decimal): -14915854 or 15885852. OLE color: 15885852.
HSL color Cylindrical-coordinate representation of color #1C66F2: hue angle of 219.25º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C66F2 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 102 | 242 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.05 |
| HSL | 219.25º | 0.89% | 0.53% | - |
| HSV(B) | 219.25º | 0.88% | 0.95% | - |
| XYZ | 21.26 | 16.16 | 86 | - |
| YUV | 95.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 242 | 0.88 | 0.58 | 0 | 0.05 | 219.25 | 0.89 | 0.53 |
| Hex | 1C | 66 | F2 | 58 | 3A | 0 | 5 | DB | 59 | 35 |
| Octal | 34 | 146 | 362 | 130 | 72 | 0 | 5 | 333 | 131 | 65 |
| Binary | 11100 | 1100110 | 11110010 | 1011000 | 111010 | 0 | 101 | 11011011 | 1011001 | 110101 |
Color Harmonies of #1C66F2
Complementary color
Monochromatic Colors of #1C66F2
Black with #1C66F2
Text Example
Text Example
White with #1C66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C66F2; }
p { color: rgb(28,102,242); }
H1.HeaderClassName
{
color: #1C66F2;
}
.AnyTagClassName
{
color: #1C66F2;
}
</style>
background-color css
<style>
a { background-color: #1C66F2; }
a { background-color: rgb(28,102,242); }
div.DivClassName
{
background-color: #1C66F2;
}
.BgClassName
{
background-color: #1C66F2;
}
</style>
border-color css
<style>
span { border-color: #1C66F2; }
span { border-color: rgb(28,102,242); }
td.TdClassName
{
border-color: #1C66F2;
}
.TagClassName
{
border-color: #1C66F2;
}
</style>