Shades of Royal Blue #1C68EF
Tints of Royal Blue #1C68EF
RGB
CMYK
RGB Variations
Color information
#1C68EF (or 0x1C68EF) is known color: Royal Blue. HEX triplet: 1C, 68 and EF. RGB value is (28,104,239). Sum of RGB (Red+Green+Blue) = 28+104+239=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C68EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C68EF is #E39710. Grayscale: #606060. Windows color (decimal): -14915345 or 15689756. OLE color: 15689756.
HSL color Cylindrical-coordinate representation of color #1C68EF: hue angle of 218.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C68EF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 104 | 239 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.06 |
| HSL | 218.39º | 0.87% | 0.52% | - |
| HSV(B) | 218.39º | 0.88% | 0.94% | - |
| XYZ | 21.01 | 16.38 | 83.72 | - |
| YUV | 96.67 | 208.32 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 239 | 0.88 | 0.56 | 0 | 0.06 | 218.39 | 0.87 | 0.52 |
| Hex | 1C | 68 | EF | 58 | 38 | 0 | 6 | DA | 57 | 34 |
| Octal | 34 | 150 | 357 | 130 | 70 | 0 | 6 | 332 | 127 | 64 |
| Binary | 11100 | 1101000 | 11101111 | 1011000 | 111000 | 0 | 110 | 11011010 | 1010111 | 110100 |
Color Harmonies of #1C68EF
Complementary color
Monochromatic Colors of #1C68EF
Black with #1C68EF
Text Example
Text Example
White with #1C68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C68EF; }
p { color: rgb(28,104,239); }
H1.HeaderClassName
{
color: #1C68EF;
}
.AnyTagClassName
{
color: #1C68EF;
}
</style>
background-color css
<style>
a { background-color: #1C68EF; }
a { background-color: rgb(28,104,239); }
div.DivClassName
{
background-color: #1C68EF;
}
.BgClassName
{
background-color: #1C68EF;
}
</style>
border-color css
<style>
span { border-color: #1C68EF; }
span { border-color: rgb(28,104,239); }
td.TdClassName
{
border-color: #1C68EF;
}
.TagClassName
{
border-color: #1C68EF;
}
</style>