#2B6DE3

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

Shades of Royal Blue #2B6DE3

Tints of Royal Blue #2B6DE3

Color information

#2B6DE3 (or 0x2B6DE3) is unknown color: approx Royal Blue. HEX triplet: 2B, 6D and E3. RGB value is (43,109,227). Sum of RGB (Red+Green+Blue) = 43+109+227=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 227 (89.06% from 255 or 59.89% from 379); Max value from RGB is 227 - color contains mainly: blue. Hex color #2B6DE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DE3 is #D4921C. Grayscale: #666666. Windows color (decimal): -13931037 or 14904619. OLE color: 14904619.

HSL color Cylindrical-coordinate representation of color #2B6DE3: hue angle of 218.48º 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 #2B6DE3 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB43109227-
CMYK0.810.5200.11
HSL218.48º76.67%52.94%-
HSV(B)218.48º81.06%89.02%-
XYZ20.331774.88-
YUV102.72198.1385.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.35%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 227 (89.06% from 255) = 59.89%
R=11.35%
G=28.76%
B=59.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal431092270.810.5200.11218.4876.6752.94
Hex2B6DE351340Bda4d35
Octal531553431216401333211565
Binary101011110110111100011101000111010001011110110101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,227); }

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

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

 a { background-color: rgb(43,109,227); }

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

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

 span { border-color: rgb(43,109,227); }

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