#2B72DE

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

Shades of Royal Blue #2B72DE

Tints of Royal Blue #2B72DE

Color information

#2B72DE (or 0x2B72DE) is unknown color: approx Royal Blue. HEX triplet: 2B, 72 and DE. RGB value is (43,114,222). Sum of RGB (Red+Green+Blue) = 43+114+222=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B72DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B72DE is #D48D21. Grayscale: #686868. Windows color (decimal): -13929762 or 14578219. OLE color: 14578219.

HSL color Cylindrical-coordinate representation of color #2B72DE: hue angle of 216.2º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B72DE is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB43114222-
CMYK0.810.4900.13
HSL216.2º73.06%51.96%-
HSV(B)216.2º80.63%87.06%-
XYZ20.217.8271.48-
YUV105.08193.9883.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.35%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 222 (87.11% from 255) = 58.58%
R=11.35%
G=30.08%
B=58.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal431142220.810.4900.13216.273.0651.96
Hex2B72DE51310Dd84934
Octal531623361216101533011164
Binary101011111001011011110101000111000101101110110001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,114,222); }

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

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

 a { background-color: rgb(43,114,222); }

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

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

 span { border-color: rgb(43,114,222); }

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