Shades of Royal Blue #1F65FE
Tints of Royal Blue #1F65FE
RGB
CMYK
RGB Variations
Color information
#1F65FE (or 0x1F65FE) is known color: Royal Blue. HEX triplet: 1F, 65 and FE. RGB value is (31,101,254). Sum of RGB (Red+Green+Blue) = 31+101+254=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F65FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F65FE is #E09A01. Grayscale: #606060. Windows color (decimal): -14719490 or 16672031. OLE color: 16672031.
HSL color Cylindrical-coordinate representation of color #1F65FE: hue angle of 221.17º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F65FE is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 101 | 254 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.00 |
| HSL | 221.17º | 0.99% | 0.56% | - |
| HSV(B) | 221.17º | 0.88% | 1% | - |
| XYZ | 23.11 | 16.75 | 95.78 | - |
| YUV | 97.51 | 216.31 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 254 | 0.88 | 0.60 | 0 | 0.00 | 221.17 | 0.99 | 0.56 |
| Hex | 1F | 65 | FE | 58 | 3C | 0 | 0 | DD | 63 | 38 |
| Octal | 37 | 145 | 376 | 130 | 74 | 0 | 0 | 335 | 143 | 70 |
| Binary | 11111 | 1100101 | 11111110 | 1011000 | 111100 | 0 | 0 | 11011101 | 1100011 | 111000 |
Color Harmonies of #1F65FE
Complementary color
Monochromatic Colors of #1F65FE
Black with #1F65FE
Text Example
Text Example
White with #1F65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65FE; }
p { color: rgb(31,101,254); }
H1.HeaderClassName
{
color: #1F65FE;
}
.AnyTagClassName
{
color: #1F65FE;
}
</style>
background-color css
<style>
a { background-color: #1F65FE; }
a { background-color: rgb(31,101,254); }
div.DivClassName
{
background-color: #1F65FE;
}
.BgClassName
{
background-color: #1F65FE;
}
</style>
border-color css
<style>
span { border-color: #1F65FE; }
span { border-color: rgb(31,101,254); }
td.TdClassName
{
border-color: #1F65FE;
}
.TagClassName
{
border-color: #1F65FE;
}
</style>