Shades of Royal Blue #2753EA
Tints of Royal Blue #2753EA
RGB
CMYK
RGB Variations
Color information
#2753EA (or 0x2753EA) is known color: Royal Blue. HEX triplet: 27, 53 and EA. RGB value is (39,83,234). Sum of RGB (Red+Green+Blue) = 39+83+234=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #2753EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2753EA is #D8AC15. Grayscale: #565656. Windows color (decimal): -14199830 or 15356711. OLE color: 15356711.
HSL color Cylindrical-coordinate representation of color #2753EA: hue angle of 226.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2753EA is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 83 | 234 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.08 |
| HSL | 226.46º | 0.82% | 0.54% | - |
| HSV(B) | 226.46º | 0.83% | 0.92% | - |
| XYZ | 18.78 | 12.56 | 79.28 | - |
| YUV | 87.06 | 210.92 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 83 | 234 | 0.83 | 0.65 | 0 | 0.08 | 226.46 | 0.82 | 0.54 |
| Hex | 27 | 53 | EA | 53 | 41 | 0 | 8 | E2 | 52 | 36 |
| Octal | 47 | 123 | 352 | 123 | 101 | 0 | 10 | 342 | 122 | 66 |
| Binary | 100111 | 1010011 | 11101010 | 1010011 | 1000001 | 0 | 1000 | 11100010 | 1010010 | 110110 |
Color Harmonies of #2753EA
Complementary color
Monochromatic Colors of #2753EA
Black with #2753EA
Text Example
Text Example
White with #2753EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2753EA; }
p { color: rgb(39,83,234); }
H1.HeaderClassName
{
color: #2753EA;
}
.AnyTagClassName
{
color: #2753EA;
}
</style>
background-color css
<style>
a { background-color: #2753EA; }
a { background-color: rgb(39,83,234); }
div.DivClassName
{
background-color: #2753EA;
}
.BgClassName
{
background-color: #2753EA;
}
</style>
border-color css
<style>
span { border-color: #2753EA; }
span { border-color: rgb(39,83,234); }
td.TdClassName
{
border-color: #2753EA;
}
.TagClassName
{
border-color: #2753EA;
}
</style>