Shades of Royal Blue #2065FF
Tints of Royal Blue #2065FF
RGB
CMYK
RGB Variations
Color information
#2065FF (or 0x2065FF) is known color: Royal Blue. HEX triplet: 20, 65 and FF. RGB value is (32,101,255). Sum of RGB (Red+Green+Blue) = 32+101+255=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #2065FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2065FF is #DF9A00. Grayscale: #616161. Windows color (decimal): -14653953 or 16737568. OLE color: 16737568.
HSL color Cylindrical-coordinate representation of color #2065FF: hue angle of 221.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2065FF is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 101 | 255 | - |
| CMYK | 0.87 | 0.60 | 0 | 0 |
| HSL | 221.44º | 1% | 0.56% | - |
| HSV(B) | 221.44º | 0.87% | 1% | - |
| XYZ | 23.3 | 16.83 | 96.63 | - |
| YUV | 97.93 | 216.64 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 255 | 0.87 | 0.60 | 0 | 0 | 221.44 | 1 | 0.56 |
| Hex | 20 | 65 | FF | 57 | 3C | 0 | 0 | DD | 64 | 38 |
| Octal | 40 | 145 | 377 | 127 | 74 | 0 | 0 | 335 | 144 | 70 |
| Binary | 100000 | 1100101 | 11111111 | 1010111 | 111100 | 0 | 0 | 11011101 | 1100100 | 111000 |
Color Harmonies of #2065FF
Complementary color
Monochromatic Colors of #2065FF
Black with #2065FF
Text Example
Text Example
White with #2065FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2065FF; }
p { color: rgb(32,101,255); }
H1.HeaderClassName
{
color: #2065FF;
}
.AnyTagClassName
{
color: #2065FF;
}
</style>
background-color css
<style>
a { background-color: #2065FF; }
a { background-color: rgb(32,101,255); }
div.DivClassName
{
background-color: #2065FF;
}
.BgClassName
{
background-color: #2065FF;
}
</style>
border-color css
<style>
span { border-color: #2065FF; }
span { border-color: rgb(32,101,255); }
td.TdClassName
{
border-color: #2065FF;
}
.TagClassName
{
border-color: #2065FF;
}
</style>