#2B5DE4

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

Shades of Royal Blue #2B5DE4

Tints of Royal Blue #2B5DE4

Color information

#2B5DE4 (or 0x2B5DE4) is unknown color: approx Royal Blue. HEX triplet: 2B, 5D and E4. RGB value is (43,93,228). Sum of RGB (Red+Green+Blue) = 43+93+228=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #2B5DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5DE4 is #D4A21B. Grayscale: #5C5C5C. Windows color (decimal): -13935132 or 14966059. OLE color: 14966059.

HSL color Cylindrical-coordinate representation of color #2B5DE4: hue angle of 223.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B5DE4 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4393228-
CMYK0.810.5900.11
HSL223.78º77.41%53.14%-
HSV(B)223.78º81.14%89.41%-
XYZ18.9113.9475.09-
YUV93.44203.9492.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.81%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 228 (89.45% from 255) = 62.64%
R=11.81%
G=25.55%
B=62.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43932280.810.5900.11223.7877.4153.14
Hex2B5DE4513B0Be04d35
Octal531353441217301334011565
Binary101011101110111100100101000111101101011111000001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,93,228); }

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

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

 a { background-color: rgb(43,93,228); }

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

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

 span { border-color: rgb(43,93,228); }

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