Shades of Royal Blue #2965FE
Tints of Royal Blue #2965FE
RGB
CMYK
RGB Variations
Color information
#2965FE (or 0x2965FE) is known color: Royal Blue. HEX triplet: 29, 65 and FE. RGB value is (41,101,254). Sum of RGB (Red+Green+Blue) = 41+101+254=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #2965FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2965FE is #D69A01. Grayscale: #636363. Windows color (decimal): -14064130 or 16672041. OLE color: 16672041.
HSL color Cylindrical-coordinate representation of color #2965FE: hue angle of 223.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2965FE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 101 | 254 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.00 |
| HSL | 223.1º | 0.99% | 0.58% | - |
| HSV(B) | 223.1º | 0.84% | 1% | - |
| XYZ | 23.46 | 16.93 | 95.8 | - |
| YUV | 100.5 | 214.62 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 254 | 0.84 | 0.60 | 0 | 0.00 | 223.1 | 0.99 | 0.58 |
| Hex | 29 | 65 | FE | 54 | 3C | 0 | 0 | DF | 63 | 3A |
| Octal | 51 | 145 | 376 | 124 | 74 | 0 | 0 | 337 | 143 | 72 |
| Binary | 101001 | 1100101 | 11111110 | 1010100 | 111100 | 0 | 0 | 11011111 | 1100011 | 111010 |
Color Harmonies of #2965FE
Complementary color
Monochromatic Colors of #2965FE
Black with #2965FE
Text Example
Text Example
White with #2965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965FE; }
p { color: rgb(41,101,254); }
H1.HeaderClassName
{
color: #2965FE;
}
.AnyTagClassName
{
color: #2965FE;
}
</style>
background-color css
<style>
a { background-color: #2965FE; }
a { background-color: rgb(41,101,254); }
div.DivClassName
{
background-color: #2965FE;
}
.BgClassName
{
background-color: #2965FE;
}
</style>
border-color css
<style>
span { border-color: #2965FE; }
span { border-color: rgb(41,101,254); }
td.TdClassName
{
border-color: #2965FE;
}
.TagClassName
{
border-color: #2965FE;
}
</style>