#2A6EDC

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

Shades of Royal Blue #2A6EDC

Tints of Royal Blue #2A6EDC

Color information

#2A6EDC (or 0x2A6EDC) is unknown color: approx Royal Blue. HEX triplet: 2A, 6E and DC. RGB value is (42,110,220). Sum of RGB (Red+Green+Blue) = 42+110+220=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A6EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6EDC is #D59123. Grayscale: #656565. Windows color (decimal): -13996324 or 14446122. OLE color: 14446122.

HSL color Cylindrical-coordinate representation of color #2A6EDC: hue angle of 217.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6EDC is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB42110220-
CMYK0.810.5000.14
HSL217.08º71.77%51.37%-
HSV(B)217.08º80.91%86.27%-
XYZ19.4516.8169.93-
YUV102.21194.4785.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.29%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 220 (86.33% from 255) = 59.14%
R=11.29%
G=29.57%
B=59.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal421102200.810.5000.14217.0871.7751.37
Hex2A6EDC51320Ed94833
Octal521563341216201633111063
Binary101010110111011011100101000111001001110110110011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,110,220); }

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

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

 a { background-color: rgb(42,110,220); }

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

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

 span { border-color: rgb(42,110,220); }

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