Shades of Royal Blue #2750F2
Tints of Royal Blue #2750F2
RGB
CMYK
RGB Variations
Color information
#2750F2 (or 0x2750F2) is known color: Royal Blue. HEX triplet: 27, 50 and F2. RGB value is (39,80,242). Sum of RGB (Red+Green+Blue) = 39+80+242=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #2750F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2750F2 is #D8AF0D. Grayscale: #555555. Windows color (decimal): -14200590 or 15880231. OLE color: 15880231.
HSL color Cylindrical-coordinate representation of color #2750F2: hue angle of 227.88º 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 #2750F2 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 80 | 242 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.05 |
| HSL | 227.88º | 0.89% | 0.55% | - |
| HSV(B) | 227.88º | 0.84% | 0.95% | - |
| XYZ | 19.73 | 12.58 | 85.39 | - |
| YUV | 86.21 | 215.92 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 242 | 0.84 | 0.67 | 0 | 0.05 | 227.88 | 0.89 | 0.55 |
| Hex | 27 | 50 | F2 | 54 | 43 | 0 | 5 | E4 | 59 | 37 |
| Octal | 47 | 120 | 362 | 124 | 103 | 0 | 5 | 344 | 131 | 67 |
| Binary | 100111 | 1010000 | 11110010 | 1010100 | 1000011 | 0 | 101 | 11100100 | 1011001 | 110111 |
Color Harmonies of #2750F2
Complementary color
Monochromatic Colors of #2750F2
Black with #2750F2
Text Example
Text Example
White with #2750F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2750F2; }
p { color: rgb(39,80,242); }
H1.HeaderClassName
{
color: #2750F2;
}
.AnyTagClassName
{
color: #2750F2;
}
</style>
background-color css
<style>
a { background-color: #2750F2; }
a { background-color: rgb(39,80,242); }
div.DivClassName
{
background-color: #2750F2;
}
.BgClassName
{
background-color: #2750F2;
}
</style>
border-color css
<style>
span { border-color: #2750F2; }
span { border-color: rgb(39,80,242); }
td.TdClassName
{
border-color: #2750F2;
}
.TagClassName
{
border-color: #2750F2;
}
</style>