Shades of Royal Blue #2B55EF
Tints of Royal Blue #2B55EF
RGB
CMYK
RGB Variations
Color information
#2B55EF (or 0x2B55EF) is known color: Royal Blue. HEX triplet: 2B, 55 and EF. RGB value is (43,85,239). Sum of RGB (Red+Green+Blue) = 43+85+239=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B55EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B55EF is #D4AA10. Grayscale: #595959. Windows color (decimal): -13937169 or 15684907. OLE color: 15684907.
HSL color Cylindrical-coordinate representation of color #2B55EF: hue angle of 227.14º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B55EF is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 85 | 239 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.06 |
| HSL | 227.14º | 0.86% | 0.55% | - |
| HSV(B) | 227.14º | 0.82% | 0.94% | - |
| XYZ | 19.82 | 13.24 | 83.17 | - |
| YUV | 90 | 212.09 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 239 | 0.82 | 0.64 | 0 | 0.06 | 227.14 | 0.86 | 0.55 |
| Hex | 2B | 55 | EF | 52 | 40 | 0 | 6 | E3 | 56 | 37 |
| Octal | 53 | 125 | 357 | 122 | 100 | 0 | 6 | 343 | 126 | 67 |
| Binary | 101011 | 1010101 | 11101111 | 1010010 | 1000000 | 0 | 110 | 11100011 | 1010110 | 110111 |
Color Harmonies of #2B55EF
Complementary color
Monochromatic Colors of #2B55EF
Black with #2B55EF
Text Example
Text Example
White with #2B55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55EF; }
p { color: rgb(43,85,239); }
H1.HeaderClassName
{
color: #2B55EF;
}
.AnyTagClassName
{
color: #2B55EF;
}
</style>
background-color css
<style>
a { background-color: #2B55EF; }
a { background-color: rgb(43,85,239); }
div.DivClassName
{
background-color: #2B55EF;
}
.BgClassName
{
background-color: #2B55EF;
}
</style>
border-color css
<style>
span { border-color: #2B55EF; }
span { border-color: rgb(43,85,239); }
td.TdClassName
{
border-color: #2B55EF;
}
.TagClassName
{
border-color: #2B55EF;
}
</style>