#2A6DE6

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

Shades of Royal Blue #2A6DE6

Tints of Royal Blue #2A6DE6

Color information

#2A6DE6 (or 0x2A6DE6) is unknown color: approx Royal Blue. HEX triplet: 2A, 6D and E6. RGB value is (42,109,230). Sum of RGB (Red+Green+Blue) = 42+109+230=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #2A6DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DE6 is #D59219. Grayscale: #666666. Windows color (decimal): -13996570 or 15101226. OLE color: 15101226.

HSL color Cylindrical-coordinate representation of color #2A6DE6: hue angle of 218.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6DE6 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB42109230-
CMYK0.820.5300.10
HSL218.62º78.99%53.33%-
HSV(B)218.62º81.74%90.2%-
XYZ20.7117.1477.08-
YUV102.76199.884.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.02%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 230 (90.23% from 255) = 60.37%
R=11.02%
G=28.61%
B=60.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal421092300.820.5300.10218.6278.9953.33
Hex2A6DE652350Adb4f35
Octal521553461226501233311765
Binary101010110110111100110101001011010101010110110111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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