#2A6AEC

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

Shades of Royal Blue #2A6AEC

Tints of Royal Blue #2A6AEC

Color information

#2A6AEC (or 0x2A6AEC) is unknown color: approx Royal Blue. HEX triplet: 2A, 6A and EC. RGB value is (42,106,236). Sum of RGB (Red+Green+Blue) = 42+106+236=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A6AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6AEC is #D59513. Grayscale: #656565. Windows color (decimal): -13997332 or 15493674. OLE color: 15493674.

HSL color Cylindrical-coordinate representation of color #2A6AEC: hue angle of 220.21º 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 #2A6AEC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42106236-
CMYK0.820.5500.07
HSL220.21º83.62%54.51%-
HSV(B)220.21º82.2%92.55%-
XYZ21.2516.8681.49-
YUV101.68203.885.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.94%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 236 (92.58% from 255) = 61.46%
R=10.94%
G=27.60%
B=61.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421062360.820.5500.07220.2183.6254.51
Hex2A6AEC523707dc5437
Octal52152354122670733412467
Binary10101011010101110110010100101101110111110111001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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