#2a6dd2

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

Shades of Royal Blue #2A6DD2

Tints of Royal Blue #2A6DD2

Color information

#2A6DD2 (or 0x2A6DD2) is unknown color: approx Royal Blue. HEX triplet: 2A, 6D and D2. RGB value is (42,109,210). Sum of RGB (Red+Green+Blue) = 42+109+210=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #2A6DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6DD2 is #D5922D. Grayscale: #646464. Windows color (decimal): -13996590 or 13790506. OLE color: 13790506.

HSL color Cylindrical-coordinate representation of color #2A6DD2: hue angle of 216.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A6DD2 is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB42109210-
CMYK0.80.4800.18
HSL216.07º66.67%49.41%-
HSV(B)216.07º80%82.35%-
XYZ18.0616.0863.13-
YUV100.48189.886.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 210 (82.42% from 255) = 58.17%
R=11.63%
G=30.19%
B=58.17%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal421092100.80.4800.18216.0766.6749.41
Hex2A6DD25030012d84331
Octal521553221206002233010361
Binary1010101101101110100101010000110000010010110110001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a6dd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,109,210); }

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

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

 a { background-color: rgb(42,109,210); }

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

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

 span { border-color: rgb(42,109,210); }

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