#2B7EDC

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

Shades of Royal Blue #2B7EDC

Tints of Royal Blue #2B7EDC

Color information

#2B7EDC (or 0x2B7EDC) is unknown color: approx Royal Blue. HEX triplet: 2B, 7E and DC. RGB value is (43,126,220). Sum of RGB (Red+Green+Blue) = 43+126+220=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7EDC is #D48123. Grayscale: #6F6F6F. Windows color (decimal): -13926692 or 14450219. OLE color: 14450219.

HSL color Cylindrical-coordinate representation of color #2B7EDC: hue angle of 211.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7EDC is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB43126220-
CMYK0.800.4300.14
HSL211.86º71.66%51.57%-
HSV(B)211.86º80.45%86.27%-
XYZ21.3820.670.56-
YUV111.918978.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.05%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 220 (86.33% from 255) = 56.56%
R=11.05%
G=32.39%
B=56.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal431262200.800.4300.14211.8671.6651.57
Hex2B7EDC502B0Ed44834
Octal531763341205301632411064
Binary101011111111011011100101000010101101110110101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,126,220); }

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

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

 a { background-color: rgb(43,126,220); }

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

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

 span { border-color: rgb(43,126,220); }

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