#2E65FD

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

Shades of Royal Blue #2E65FD

Tints of Royal Blue #2E65FD

Color information

#2E65FD (or 0x2E65FD) is unknown color: approx Royal Blue. HEX triplet: 2E, 65 and FD. RGB value is (46,101,253). Sum of RGB (Red+Green+Blue) = 46+101+253=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E65FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E65FD is #D19A02. Grayscale: #656565. Windows color (decimal): -13736451 or 16606510. OLE color: 16606510.

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

Color convert

RGB46101253-
CMYK0.820.6000.01
HSL224.06º98.1%58.63%-
HSV(B)224.06º81.82%99.22%-
XYZ23.5116.9894.97-
YUV101.88213.2888.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.5%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=11.5%
G=25.25%
B=63.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461012530.820.6000.01224.0698.158.63
Hex2E65FD523C01e0623b
Octal56145375122740134014273
Binary101110110010111111101101001011110001111000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,253); }

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

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

 a { background-color: rgb(46,101,253); }

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

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

 span { border-color: rgb(46,101,253); }

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