#2e66d7

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

Shades of Royal Blue #2E66D7

Tints of Royal Blue #2E66D7

Color information

#2E66D7 (or 0x2E66D7) is unknown color: approx Royal Blue. HEX triplet: 2E, 66 and D7. RGB value is (46,102,215). Sum of RGB (Red+Green+Blue) = 46+102+215=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #2E66D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E66D7 is #D19928. Grayscale: #616161. Windows color (decimal): -13736233 or 14116398. OLE color: 14116398.

HSL color Cylindrical-coordinate representation of color #2E66D7: hue angle of 220.12º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E66D7 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB46102215-
CMYK0.790.5300.16
HSL220.12º67.87%51.18%-
HSV(B)220.12º78.6%84.31%-
XYZ18.1414.9966.23-
YUV98.14193.9590.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.67%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 215 (84.38% from 255) = 59.23%
R=12.67%
G=28.10%
B=59.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal461022150.790.5300.16220.1267.8751.18
Hex2E66D74F35010dc4433
Octal561463271176502033410463
Binary1011101100110110101111001111110101010000110111001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e66d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,215); }

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

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

 a { background-color: rgb(46,102,215); }

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

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

 span { border-color: rgb(46,102,215); }

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