#2B6ED4

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

Shades of Royal Blue #2B6ED4

Tints of Royal Blue #2B6ED4

Color information

#2B6ED4 (or 0x2B6ED4) is unknown color: approx Royal Blue. HEX triplet: 2B, 6E and D4. RGB value is (43,110,212). Sum of RGB (Red+Green+Blue) = 43+110+212=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 212 (83.20% from 255 or 58.08% from 365); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B6ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ED4 is #D4912B. Grayscale: #656565. Windows color (decimal): -13930796 or 13921835. OLE color: 13921835.

HSL color Cylindrical-coordinate representation of color #2B6ED4: hue angle of 216.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B6ED4 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43110212-
CMYK0.800.4800.17
HSL216.21º66.27%50%-
HSV(B)216.21º79.72%83.14%-
XYZ18.4616.4264.48-
YUV101.6190.386.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.78%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 212 (83.20% from 255) = 58.08%
R=11.78%
G=30.14%
B=58.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431102120.800.4800.17216.2166.2750
Hex2B6ED45030011d84232
Octal531563241206002133010262
Binary1010111101110110101001010000110000010001110110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,110,212); }

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

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

 a { background-color: rgb(43,110,212); }

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

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

 span { border-color: rgb(43,110,212); }

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