Shades of Royal Blue #1F65EF
Tints of Royal Blue #1F65EF
RGB
CMYK
RGB Variations
Color information
#1F65EF (or 0x1F65EF) is known color: Royal Blue. HEX triplet: 1F, 65 and EF. RGB value is (31,101,239). Sum of RGB (Red+Green+Blue) = 31+101+239=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 101 (39.84% from 255 or 27.22% 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 #1F65EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F65EF is #E09A10. Grayscale: #5F5F5F. Windows color (decimal): -14719505 or 15688991. OLE color: 15688991.
HSL color Cylindrical-coordinate representation of color #1F65EF: hue angle of 219.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F65EF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 101 | 239 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.06 |
| HSL | 219.81º | 0.87% | 0.53% | - |
| HSV(B) | 219.81º | 0.87% | 0.94% | - |
| XYZ | 20.8 | 15.83 | 83.62 | - |
| YUV | 95.8 | 208.81 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 239 | 0.87 | 0.58 | 0 | 0.06 | 219.81 | 0.87 | 0.53 |
| Hex | 1F | 65 | EF | 57 | 3A | 0 | 6 | DC | 57 | 35 |
| Octal | 37 | 145 | 357 | 127 | 72 | 0 | 6 | 334 | 127 | 65 |
| Binary | 11111 | 1100101 | 11101111 | 1010111 | 111010 | 0 | 110 | 11011100 | 1010111 | 110101 |
Color Harmonies of #1F65EF
Complementary color
Monochromatic Colors of #1F65EF
Black with #1F65EF
Text Example
Text Example
White with #1F65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65EF; }
p { color: rgb(31,101,239); }
H1.HeaderClassName
{
color: #1F65EF;
}
.AnyTagClassName
{
color: #1F65EF;
}
</style>
background-color css
<style>
a { background-color: #1F65EF; }
a { background-color: rgb(31,101,239); }
div.DivClassName
{
background-color: #1F65EF;
}
.BgClassName
{
background-color: #1F65EF;
}
</style>
border-color css
<style>
span { border-color: #1F65EF; }
span { border-color: rgb(31,101,239); }
td.TdClassName
{
border-color: #1F65EF;
}
.TagClassName
{
border-color: #1F65EF;
}
</style>