#2a79d3

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

Shades of Royal Blue #2A79D3

Tints of Royal Blue #2A79D3

Color information

#2A79D3 (or 0x2A79D3) is unknown color: approx Royal Blue. HEX triplet: 2A, 79 and D3. RGB value is (42,121,211). Sum of RGB (Red+Green+Blue) = 42+121+211=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 211 (82.81% from 255 or 56.42% from 374); Max value from RGB is 211 - color contains mainly: blue. Hex color #2A79D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A79D3 is #D5862C. Grayscale: #6B6B6B. Windows color (decimal): -13993517 or 13859114. OLE color: 13859114.

HSL color Cylindrical-coordinate representation of color #2A79D3: hue angle of 211.95º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A79D3 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB42121211-
CMYK0.800.4300.17
HSL211.95º66.8%49.61%-
HSV(B)211.95º80.09%82.75%-
XYZ19.5518.8764.24-
YUV107.64186.3381.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.23%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 211 (82.81% from 255) = 56.42%
R=11.23%
G=32.35%
B=56.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal421212110.800.4300.17211.9566.849.61
Hex2A79D3502B011d44332
Octal521713231205302132410362
Binary1010101111001110100111010000101011010001110101001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a79d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,211); }

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

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

 a { background-color: rgb(42,121,211); }

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

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

 span { border-color: rgb(42,121,211); }

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