#2B50E5

Color #2B50E5 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2B50E5

Tints of Royal Blue #2B50E5

Color information

#2B50E5 (or 0x2B50E5) is unknown color: approx Royal Blue. HEX triplet: 2B, 50 and E5. RGB value is (43,80,229). Sum of RGB (Red+Green+Blue) = 43+80+229=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B50E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B50E5 is #D4AF1A. Grayscale: #555555. Windows color (decimal): -13938459 or 15028267. OLE color: 15028267.

HSL color Cylindrical-coordinate representation of color #2B50E5: hue angle of 228.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B50E5 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4380229-
CMYK0.810.6500.10
HSL228.06º78.15%53.33%-
HSV(B)228.06º81.22%89.8%-
XYZ18.0111.9175.48-
YUV85.92208.7497.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 12.22%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 229 (89.84% from 255) = 65.06%
R=12.22%
G=22.73%
B=65.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal43802290.810.6500.10228.0678.1553.33
Hex2B50E551410Ae44e35
Octal5312034512110101234411665
Binary1010111010000111001011010001100000101010111001001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B50E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B50E5; }

 p { color: rgb(43,80,229); }

 H1.HeaderClassName
 {
   color: #2B50E5;
 }
 .AnyTagClassName
 {
   color: #2B50E5;
 }
</style>
background-color css

<style>
 a { background-color: #2B50E5; }

 a { background-color: rgb(43,80,229); }

 div.DivClassName
 {
   background-color: #2B50E5;
 }
 .BgClassName
 {
   background-color: #2B50E5;
 }
</style>
border-color css

<style>
 span { border-color: #2B50E5; }

 span { border-color: rgb(43,80,229); }

 td.TdClassName
 {
   border-color: #2B50E5;
 }
 .TagClassName
 {
   border-color: #2B50E5;
 }
</style>