Shades of Royal Blue #2650F2
Tints of Royal Blue #2650F2
RGB
CMYK
RGB Variations
Color information
#2650F2 (or 0x2650F2) is known color: Royal Blue. HEX triplet: 26, 50 and F2. RGB value is (38,80,242). Sum of RGB (Red+Green+Blue) = 38+80+242=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 242 (94.92% from 255 or 67.22% from 360); Max value from RGB is 242 - color contains mainly: blue. Hex color #2650F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2650F2 is #D9AF0D. Grayscale: #555555. Windows color (decimal): -14266126 or 15880230. OLE color: 15880230.
HSL color Cylindrical-coordinate representation of color #2650F2: hue angle of 227.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2650F2 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 80 | 242 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.05 |
| HSL | 227.65º | 0.89% | 0.55% | - |
| HSV(B) | 227.65º | 0.84% | 0.95% | - |
| XYZ | 19.7 | 12.56 | 85.39 | - |
| YUV | 85.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 242 | 0.84 | 0.67 | 0 | 0.05 | 227.65 | 0.89 | 0.55 |
| Hex | 26 | 50 | F2 | 54 | 43 | 0 | 5 | E4 | 59 | 37 |
| Octal | 46 | 120 | 362 | 124 | 103 | 0 | 5 | 344 | 131 | 67 |
| Binary | 100110 | 1010000 | 11110010 | 1010100 | 1000011 | 0 | 101 | 11100100 | 1011001 | 110111 |
Color Harmonies of #2650F2
Complementary color
Monochromatic Colors of #2650F2
Black with #2650F2
Text Example
Text Example
White with #2650F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2650F2; }
p { color: rgb(38,80,242); }
H1.HeaderClassName
{
color: #2650F2;
}
.AnyTagClassName
{
color: #2650F2;
}
</style>
background-color css
<style>
a { background-color: #2650F2; }
a { background-color: rgb(38,80,242); }
div.DivClassName
{
background-color: #2650F2;
}
.BgClassName
{
background-color: #2650F2;
}
</style>
border-color css
<style>
span { border-color: #2650F2; }
span { border-color: rgb(38,80,242); }
td.TdClassName
{
border-color: #2650F2;
}
.TagClassName
{
border-color: #2650F2;
}
</style>