Html Css Color HEX #2E6BEF Royal Blue

📋 copy color: '#2E6BEF'

red 46 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #2E6BEF

Tints of Royal Blue #2E6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 11.73%
G = 27.3%
B = 60.97%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E6BEF (or 0x2E6BEF) is known color: Royal Blue. HEX triplet: 2E, 6B and EF. RGB value is (46,107,239). Sum of RGB (Red+Green+Blue) = 46+107+239=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E6BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BEF is #D19410. Grayscale: #676767. Windows color (decimal): -13734929 or 15690542. OLE color: 15690542.

HSL color Cylindrical-coordinate representation of color #2E6BEF: hue angle of 221.04º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6BEF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 107 239 -
CMYK 0.81 0.55 0 0.06
HSL 221.04º 0.86% 0.56% -
HSV(B) 221.04º 0.81% 0.94% -
XYZ 21.96 17.33 83.85 -
YUV 103.81 204.29 86.77 -
System Red Green Blue C M Y K H S L
Decimal 46 107 239 0.81 0.55 0 0.06 221.04 0.86 0.56
Hex 2E 6B EF 51 37 0 6 DD 56 38
Octal 56 153 357 121 67 0 6 335 126 70
Binary 101110 1101011 11101111 1010001 110111 0 110 11011101 1010110 111000

Color Harmonies of #2E6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6BEF

Black with #2E6BEF

Text Example


Text Example

White with #2E6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,239); }

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

background-color css

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

 a { background-color: rgb(46,107,239); }

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

border-color css

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

 span { border-color: rgb(46,107,239); }

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