#2A5BDD

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

Shades of Royal Blue #2A5BDD

Tints of Royal Blue #2A5BDD

Color information

#2A5BDD (or 0x2A5BDD) is unknown color: approx Royal Blue. HEX triplet: 2A, 5B and DD. RGB value is (42,91,221). Sum of RGB (Red+Green+Blue) = 42+91+221=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A5BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BDD is #D5A422. Grayscale: #5A5A5A. Windows color (decimal): -14001187 or 14506794. OLE color: 14506794.

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

Color convert

RGB4291221-
CMYK0.810.5900.13
HSL223.58º72.47%51.57%-
HSV(B)223.58º81%86.67%-
XYZ17.7513.1970.02-
YUV91.17201.2792.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.86%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 221 (86.72% from 255) = 62.43%
R=11.86%
G=25.71%
B=62.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42912210.810.5900.13223.5872.4751.57
Hex2A5BDD513B0De04834
Octal521333351217301534011064
Binary101010101101111011101101000111101101101111000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,91,221); }

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

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

 a { background-color: rgb(42,91,221); }

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

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

 span { border-color: rgb(42,91,221); }

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