Shades of Royal Blue #1F65FF
Tints of Royal Blue #1F65FF
RGB
CMYK
RGB Variations
Color information
#1F65FF (or 0x1F65FF) is known color: Royal Blue. HEX triplet: 1F, 65 and FF. RGB value is (31,101,255). Sum of RGB (Red+Green+Blue) = 31+101+255=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F65FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F65FF is #E09A00. Grayscale: #606060. Windows color (decimal): -14719489 or 16737567. OLE color: 16737567.
HSL color Cylindrical-coordinate representation of color #1F65FF: hue angle of 221.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F65FF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 101 | 255 | - |
| CMYK | 0.88 | 0.60 | 0 | 0 |
| HSL | 221.25º | 1% | 0.56% | - |
| HSV(B) | 221.25º | 0.88% | 1% | - |
| XYZ | 23.27 | 16.82 | 96.63 | - |
| YUV | 97.63 | 216.81 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 255 | 0.88 | 0.60 | 0 | 0 | 221.25 | 1 | 0.56 |
| Hex | 1F | 65 | FF | 58 | 3C | 0 | 0 | DD | 64 | 38 |
| Octal | 37 | 145 | 377 | 130 | 74 | 0 | 0 | 335 | 144 | 70 |
| Binary | 11111 | 1100101 | 11111111 | 1011000 | 111100 | 0 | 0 | 11011101 | 1100100 | 111000 |
Color Harmonies of #1F65FF
Complementary color
Monochromatic Colors of #1F65FF
Black with #1F65FF
Text Example
Text Example
White with #1F65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65FF; }
p { color: rgb(31,101,255); }
H1.HeaderClassName
{
color: #1F65FF;
}
.AnyTagClassName
{
color: #1F65FF;
}
</style>
background-color css
<style>
a { background-color: #1F65FF; }
a { background-color: rgb(31,101,255); }
div.DivClassName
{
background-color: #1F65FF;
}
.BgClassName
{
background-color: #1F65FF;
}
</style>
border-color css
<style>
span { border-color: #1F65FF; }
span { border-color: rgb(31,101,255); }
td.TdClassName
{
border-color: #1F65FF;
}
.TagClassName
{
border-color: #1F65FF;
}
</style>