#2A6DEA

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

Shades of Royal Blue #2A6DEA

Tints of Royal Blue #2A6DEA

Color information

#2A6DEA (or 0x2A6DEA) is unknown color: approx Royal Blue. HEX triplet: 2A, 6D and EA. RGB value is (42,109,234). Sum of RGB (Red+Green+Blue) = 42+109+234=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #2A6DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DEA is #D59215. Grayscale: #666666. Windows color (decimal): -13996566 or 15363370. OLE color: 15363370.

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

Color convert

RGB42109234-
CMYK0.820.5300.08
HSL219.06º82.05%54.12%-
HSV(B)219.06º82.05%91.76%-
XYZ21.2717.3780.07-
YUV103.22201.884.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.91%
GREEN value IS 109 (42.97% from 255) = 28.31%
BLUE value IS 234 (91.80% from 255) = 60.78%
R=10.91%
G=28.31%
B=60.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal421092340.820.5300.08219.0682.0554.12
Hex2A6DEA523508db5236
Octal521553521226501033312266
Binary101010110110111101010101001011010101000110110111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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