#2b73db

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

Shades of Royal Blue #2B73DB

Tints of Royal Blue #2B73DB

Color information

#2B73DB (or 0x2B73DB) is unknown color: approx Royal Blue. HEX triplet: 2B, 73 and DB. RGB value is (43,115,219). Sum of RGB (Red+Green+Blue) = 43+115+219=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B73DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B73DB is #D48C24. Grayscale: #686868. Windows color (decimal): -13929509 or 14381867. OLE color: 14381867.

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

Color convert

RGB43115219-
CMYK0.800.4700.14
HSL215.45º70.97%51.37%-
HSV(B)215.45º80.37%85.88%-
XYZ19.9117.8969.42-
YUV105.33192.1583.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.41%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 219 (85.94% from 255) = 58.09%
R=11.41%
G=30.50%
B=58.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal431152190.800.4700.14215.4570.9751.37
Hex2B73DB502F0Ed74733
Octal531633331205701632710763
Binary101011111001111011011101000010111101110110101111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b73db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,219); }

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

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

 a { background-color: rgb(43,115,219); }

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

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

 span { border-color: rgb(43,115,219); }

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