#2b59dd

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

Shades of Royal Blue #2B59DD

Tints of Royal Blue #2B59DD

Color information

#2B59DD (or 0x2B59DD) is unknown color: approx Royal Blue. HEX triplet: 2B, 59 and DD. RGB value is (43,89,221). Sum of RGB (Red+Green+Blue) = 43+89+221=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B59DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B59DD is #D4A622. Grayscale: #595959. Windows color (decimal): -13936163 or 14506283. OLE color: 14506283.

HSL color Cylindrical-coordinate representation of color #2B59DD: hue angle of 224.49º degrees, saturation: 0.72, 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 #2B59DD is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4389221-
CMYK0.810.6000.13
HSL224.49º72.36%51.76%-
HSV(B)224.49º80.54%86.67%-
XYZ17.6212.8869.96-
YUV90.29201.7694.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 221 (86.72% from 255) = 62.61%
R=12.18%
G=25.21%
B=62.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43892210.810.6000.13224.4972.3651.76
Hex2B59DD513C0De04834
Octal531313351217401534011064
Binary101011101100111011101101000111110001101111000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b59dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,221); }

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

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

 a { background-color: rgb(43,89,221); }

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

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

 span { border-color: rgb(43,89,221); }

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