#2A76EC

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

Shades of Royal Blue #2A76EC

Tints of Royal Blue #2A76EC

Color information

#2A76EC (or 0x2A76EC) is unknown color: approx Royal Blue. HEX triplet: 2A, 76 and EC. RGB value is (42,118,236). Sum of RGB (Red+Green+Blue) = 42+118+236=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A76EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A76EC is #D58913. Grayscale: #6C6C6C. Windows color (decimal): -13994260 or 15496746. OLE color: 15496746.

HSL color Cylindrical-coordinate representation of color #2A76EC: hue angle of 216.49º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A76EC is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42118236-
CMYK0.820.500.07
HSL216.49º83.62%54.51%-
HSV(B)216.49º82.2%92.55%-
XYZ22.5719.5181.93-
YUV108.73199.8280.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.61%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 236 (92.58% from 255) = 59.60%
R=10.61%
G=29.80%
B=59.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421182360.820.500.07216.4983.6254.51
Hex2A76EC523207d85437
Octal52166354122620733012467
Binary10101011101101110110010100101100100111110110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A76EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,236); }

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

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

 a { background-color: rgb(42,118,236); }

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

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

 span { border-color: rgb(42,118,236); }

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