Shades of Royal Blue #1F67ED
Tints of Royal Blue #1F67ED
RGB
CMYK
RGB Variations
Color information
#1F67ED (or 0x1F67ED) is known color: Royal Blue. HEX triplet: 1F, 67 and ED. RGB value is (31,103,237). Sum of RGB (Red+Green+Blue) = 31+103+237=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F67ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F67ED is #E09812. Grayscale: #606060. Windows color (decimal): -14718995 or 15558431. OLE color: 15558431.
HSL color Cylindrical-coordinate representation of color #1F67ED: hue angle of 219.03º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F67ED is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 103 | 237 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.07 |
| HSL | 219.03º | 0.85% | 0.53% | - |
| HSV(B) | 219.03º | 0.87% | 0.93% | - |
| XYZ | 20.7 | 16.11 | 82.14 | - |
| YUV | 96.75 | 207.15 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 103 | 237 | 0.87 | 0.57 | 0 | 0.07 | 219.03 | 0.85 | 0.53 |
| Hex | 1F | 67 | ED | 57 | 39 | 0 | 7 | DB | 55 | 35 |
| Octal | 37 | 147 | 355 | 127 | 71 | 0 | 7 | 333 | 125 | 65 |
| Binary | 11111 | 1100111 | 11101101 | 1010111 | 111001 | 0 | 111 | 11011011 | 1010101 | 110101 |
Color Harmonies of #1F67ED
Complementary color
Monochromatic Colors of #1F67ED
Black with #1F67ED
Text Example
Text Example
White with #1F67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F67ED; }
p { color: rgb(31,103,237); }
H1.HeaderClassName
{
color: #1F67ED;
}
.AnyTagClassName
{
color: #1F67ED;
}
</style>
background-color css
<style>
a { background-color: #1F67ED; }
a { background-color: rgb(31,103,237); }
div.DivClassName
{
background-color: #1F67ED;
}
.BgClassName
{
background-color: #1F67ED;
}
</style>
border-color css
<style>
span { border-color: #1F67ED; }
span { border-color: rgb(31,103,237); }
td.TdClassName
{
border-color: #1F67ED;
}
.TagClassName
{
border-color: #1F67ED;
}
</style>