#2E6AFF

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

Shades of Royal Blue #2E6AFF

Tints of Royal Blue #2E6AFF

Color information

#2E6AFF (or 0x2E6AFF) is unknown color: approx Royal Blue. HEX triplet: 2E, 6A and FF. RGB value is (46,106,255). Sum of RGB (Red+Green+Blue) = 46+106+255=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E6AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AFF is #D19500. Grayscale: #686868. Windows color (decimal): -13735169 or 16738862. OLE color: 16738862.

HSL color Cylindrical-coordinate representation of color #2E6AFF: hue angle of 222.78º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6AFF is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB46106255-
CMYK0.820.5800
HSL222.78º100%59.02%-
HSV(B)222.78º81.96%100%-
XYZ24.3318.1196.82-
YUV105.05212.6285.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.30%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 255 (100% from 255) = 62.65%
R=11.30%
G=26.04%
B=62.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal461062550.820.5800222.7810059.02
Hex2E6AFF523A00df643b
Octal56152377122720033714473
Binary101110110101011111111101001011101000110111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,255); }

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

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

 a { background-color: rgb(46,106,255); }

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

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

 span { border-color: rgb(46,106,255); }

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