#2A72DD

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

Shades of Royal Blue #2A72DD

Tints of Royal Blue #2A72DD

Color information

#2A72DD (or 0x2A72DD) is unknown color: approx Royal Blue. HEX triplet: 2A, 72 and DD. RGB value is (42,114,221). Sum of RGB (Red+Green+Blue) = 42+114+221=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A72DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A72DD is #D58D22. Grayscale: #686868. Windows color (decimal): -13995299 or 14512682. OLE color: 14512682.

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

Color convert

RGB42114221-
CMYK0.810.4800.13
HSL215.87º72.47%51.57%-
HSV(B)215.87º81%86.67%-
XYZ20.0217.7570.78-
YUV104.67193.6583.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.14%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 221 (86.72% from 255) = 58.62%
R=11.14%
G=30.24%
B=58.62%

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
Decimal421142210.810.4800.13215.8772.4751.57
Hex2A72DD51300Dd84834
Octal521623351216001533011064
Binary101010111001011011101101000111000001101110110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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