Shades of Royal Blue #2B5EFC
Tints of Royal Blue #2B5EFC
RGB
CMYK
RGB Variations
Color information
#2B5EFC (or 0x2B5EFC) is known color: Royal Blue. HEX triplet: 2B, 5E and FC. RGB value is (43,94,252). Sum of RGB (Red+Green+Blue) = 43+94+252=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B5EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5EFC is #D4A103. Grayscale: #606060. Windows color (decimal): -13934852 or 16539179. OLE color: 16539179.
HSL color Cylindrical-coordinate representation of color #2B5EFC: hue angle of 225.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5EFC is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 94 | 252 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.01 |
| HSL | 225.36º | 0.97% | 0.58% | - |
| HSV(B) | 225.36º | 0.83% | 0.99% | - |
| XYZ | 22.57 | 15.55 | 93.91 | - |
| YUV | 96.76 | 215.6 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 252 | 0.83 | 0.63 | 0 | 0.01 | 225.36 | 0.97 | 0.58 |
| Hex | 2B | 5E | FC | 53 | 3F | 0 | 1 | E1 | 61 | 3A |
| Octal | 53 | 136 | 374 | 123 | 77 | 0 | 1 | 341 | 141 | 72 |
| Binary | 101011 | 1011110 | 11111100 | 1010011 | 111111 | 0 | 1 | 11100001 | 1100001 | 111010 |
Color Harmonies of #2B5EFC
Complementary color
Monochromatic Colors of #2B5EFC
Black with #2B5EFC
Text Example
Text Example
White with #2B5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5EFC; }
p { color: rgb(43,94,252); }
H1.HeaderClassName
{
color: #2B5EFC;
}
.AnyTagClassName
{
color: #2B5EFC;
}
</style>
background-color css
<style>
a { background-color: #2B5EFC; }
a { background-color: rgb(43,94,252); }
div.DivClassName
{
background-color: #2B5EFC;
}
.BgClassName
{
background-color: #2B5EFC;
}
</style>
border-color css
<style>
span { border-color: #2B5EFC; }
span { border-color: rgb(43,94,252); }
td.TdClassName
{
border-color: #2B5EFC;
}
.TagClassName
{
border-color: #2B5EFC;
}
</style>