#2A73DD

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

Shades of Royal Blue #2A73DD

Tints of Royal Blue #2A73DD

Color information

#2A73DD (or 0x2A73DD) is unknown color: approx Royal Blue. HEX triplet: 2A, 73 and DD. RGB value is (42,115,221). Sum of RGB (Red+Green+Blue) = 42+115+221=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A73DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A73DD is #D58C22. Grayscale: #686868. Windows color (decimal): -13995043 or 14512938. OLE color: 14512938.

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

Color convert

RGB42115221-
CMYK0.810.4800.13
HSL215.53º72.47%51.57%-
HSV(B)215.53º81%86.67%-
XYZ20.1417.9770.81-
YUV105.26193.3282.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.11%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 221 (86.72% from 255) = 58.47%
R=11.11%
G=30.42%
B=58.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal421152210.810.4800.13215.5372.4751.57
Hex2A73DD51300Dd84834
Octal521633351216001533011064
Binary101010111001111011101101000111000001101110110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A73DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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