#2E6DFF

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

Shades of Royal Blue #2E6DFF

Tints of Royal Blue #2E6DFF

Color information

#2E6DFF (or 0x2E6DFF) is unknown color: approx Royal Blue. HEX triplet: 2E, 6D and FF. RGB value is (46,109,255). Sum of RGB (Red+Green+Blue) = 46+109+255=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E6DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6DFF is #D19200. Grayscale: #6A6A6A. Windows color (decimal): -13734401 or 16739630. OLE color: 16739630.

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

Color convert

RGB46109255-
CMYK0.820.5700
HSL221.91º100%59.02%-
HSV(B)221.91º81.96%100%-
XYZ24.6518.7496.93-
YUV106.81211.6384.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 255 (100% from 255) = 62.20%
R=11.22%
G=26.59%
B=62.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal461092550.820.5700221.9110059.02
Hex2E6DFF523900de643b
Octal56155377122710033614473
Binary101110110110111111111101001011100100110111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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