Shades of Royal Blue #2752F1
Tints of Royal Blue #2752F1
RGB
CMYK
RGB Variations
Color information
#2752F1 (or 0x2752F1) is known color: Royal Blue. HEX triplet: 27, 52 and F1. RGB value is (39,82,241). Sum of RGB (Red+Green+Blue) = 39+82+241=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #2752F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2752F1 is #D8AD0E. Grayscale: #565656. Windows color (decimal): -14200079 or 15815207. OLE color: 15815207.
HSL color Cylindrical-coordinate representation of color #2752F1: hue angle of 227.23º degrees, saturation: 0.88, 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 #2752F1 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 82 | 241 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.05 |
| HSL | 227.23º | 0.88% | 0.55% | - |
| HSV(B) | 227.23º | 0.84% | 0.95% | - |
| XYZ | 19.73 | 12.82 | 84.65 | - |
| YUV | 87.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 241 | 0.84 | 0.66 | 0 | 0.05 | 227.23 | 0.88 | 0.55 |
| Hex | 27 | 52 | F1 | 54 | 42 | 0 | 5 | E3 | 58 | 37 |
| Octal | 47 | 122 | 361 | 124 | 102 | 0 | 5 | 343 | 130 | 67 |
| Binary | 100111 | 1010010 | 11110001 | 1010100 | 1000010 | 0 | 101 | 11100011 | 1011000 | 110111 |
Color Harmonies of #2752F1
Complementary color
Monochromatic Colors of #2752F1
Black with #2752F1
Text Example
Text Example
White with #2752F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2752F1; }
p { color: rgb(39,82,241); }
H1.HeaderClassName
{
color: #2752F1;
}
.AnyTagClassName
{
color: #2752F1;
}
</style>
background-color css
<style>
a { background-color: #2752F1; }
a { background-color: rgb(39,82,241); }
div.DivClassName
{
background-color: #2752F1;
}
.BgClassName
{
background-color: #2752F1;
}
</style>
border-color css
<style>
span { border-color: #2752F1; }
span { border-color: rgb(39,82,241); }
td.TdClassName
{
border-color: #2752F1;
}
.TagClassName
{
border-color: #2752F1;
}
</style>