Html Css Color HEX #2E6ECF Royal Blue

📋 copy color: '#2E6ECF'

red 46 ◦ green 110 ◦ blue 207

#2E6ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2E6ECF

Tints of Royal Blue #2E6ECF

RGB

 RED value IS 46 (18.36% from 255) = 12.67%

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 12.67%
G = 30.3%
B = 57.02%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E6ECF (or 0x2E6ECF) is known color: Royal Blue. HEX triplet: 2E, 6E and CF. RGB value is (46,110,207). Sum of RGB (Red+Green+Blue) = 46+110+207=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ECF is #D19130. Grayscale: #656565. Windows color (decimal): -13734193 or 13594158. OLE color: 13594158.

HSL color Cylindrical-coordinate representation of color #2E6ECF: hue angle of 216.15º 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 #2E6ECF is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 110 207 -
CMYK 0.78 0.47 0 0.19
HSL 216.15º 0.64% 0.5% -
HSV(B) 216.15º 0.78% 0.81% -
XYZ 17.97 16.24 61.22 -
YUV 101.92 187.3 88.11 -
System Red Green Blue C M Y K H S L
Decimal 46 110 207 0.78 0.47 0 0.19 216.15 0.64 0.5
Hex 2E 6E CF 4E 2F 0 13 D8 40 32
Octal 56 156 317 116 57 0 23 330 100 62
Binary 101110 1101110 11001111 1001110 101111 0 10011 11011000 1000000 110010

Color Harmonies of #2E6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6ECF

Black with #2E6ECF

Text Example


Text Example

White with #2E6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6ECF;
 }
 .AnyTagClassName
 {
   color: #2E6ECF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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