#2E6ACF

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

Shades of Royal Blue #2E6ACF

Tints of Royal Blue #2E6ACF

Color information

#2E6ACF (or 0x2E6ACF) is unknown color: approx Royal Blue. HEX triplet: 2E, 6A and CF. RGB value is (46,106,207). Sum of RGB (Red+Green+Blue) = 46+106+207=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ACF is #D19530. Grayscale: #636363. Windows color (decimal): -13735217 or 13593134. OLE color: 13593134.

HSL color Cylindrical-coordinate representation of color #2E6ACF: hue angle of 217.64º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6ACF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB46106207-
CMYK0.780.4900.19
HSL217.64º63.64%49.61%-
HSV(B)217.64º77.78%81.18%-
XYZ17.5415.3961.08-
YUV99.57188.6289.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 207 (81.25% from 255) = 57.66%
R=12.81%
G=29.53%
B=57.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal461062070.780.4900.19217.6463.6449.61
Hex2E6ACF4E31013da4032
Octal561523171166102333210062
Binary1011101101010110011111001110110001010011110110101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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