Shades of Royal Blue #1F68EB
Tints of Royal Blue #1F68EB
RGB
CMYK
RGB Variations
Color information
#1F68EB (or 0x1F68EB) is known color: Royal Blue. HEX triplet: 1F, 68 and EB. RGB value is (31,104,235). Sum of RGB (Red+Green+Blue) = 31+104+235=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F68EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F68EB is #E09714. Grayscale: #606060. Windows color (decimal): -14718741 or 15427615. OLE color: 15427615.
HSL color Cylindrical-coordinate representation of color #1F68EB: hue angle of 218.53º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F68EB is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 104 | 235 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.08 |
| HSL | 218.53º | 0.84% | 0.52% | - |
| HSV(B) | 218.53º | 0.87% | 0.92% | - |
| XYZ | 20.51 | 16.19 | 80.64 | - |
| YUV | 97.11 | 205.82 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 235 | 0.87 | 0.56 | 0 | 0.08 | 218.53 | 0.84 | 0.52 |
| Hex | 1F | 68 | EB | 57 | 38 | 0 | 8 | DB | 54 | 34 |
| Octal | 37 | 150 | 353 | 127 | 70 | 0 | 10 | 333 | 124 | 64 |
| Binary | 11111 | 1101000 | 11101011 | 1010111 | 111000 | 0 | 1000 | 11011011 | 1010100 | 110100 |
Color Harmonies of #1F68EB
Complementary color
Monochromatic Colors of #1F68EB
Black with #1F68EB
Text Example
Text Example
White with #1F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F68EB; }
p { color: rgb(31,104,235); }
H1.HeaderClassName
{
color: #1F68EB;
}
.AnyTagClassName
{
color: #1F68EB;
}
</style>
background-color css
<style>
a { background-color: #1F68EB; }
a { background-color: rgb(31,104,235); }
div.DivClassName
{
background-color: #1F68EB;
}
.BgClassName
{
background-color: #1F68EB;
}
</style>
border-color css
<style>
span { border-color: #1F68EB; }
span { border-color: rgb(31,104,235); }
td.TdClassName
{
border-color: #1F68EB;
}
.TagClassName
{
border-color: #1F68EB;
}
</style>