Html Css Color HEX #2E6FF3 Royal Blue

📋 copy color: '#2E6FF3'

red 46 ◦ green 111 ◦ blue 243

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

Shades of Royal Blue #2E6FF3

Tints of Royal Blue #2E6FF3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 243 (95.31% from 255) = 60.75%

R = 11.5%
G = 27.75%
B = 60.75%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2E6FF3 (or 0x2E6FF3) is known color: Royal Blue. HEX triplet: 2E, 6F and F3. RGB value is (46,111,243). Sum of RGB (Red+Green+Blue) = 46+111+243=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #2E6FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6FF3 is #D1900C. Grayscale: #6A6A6A. Windows color (decimal): -13733901 or 15953710. OLE color: 15953710.

HSL color Cylindrical-coordinate representation of color #2E6FF3: hue angle of 220.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6FF3 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 111 243 -
CMYK 0.81 0.54 0 0.05
HSL 220.2º 0.89% 0.57% -
HSV(B) 220.2º 0.81% 0.95% -
XYZ 22.99 18.42 87.14 -
YUV 106.61 204.97 84.77 -
System Red Green Blue C M Y K H S L
Decimal 46 111 243 0.81 0.54 0 0.05 220.2 0.89 0.57
Hex 2E 6F F3 51 36 0 5 DC 59 39
Octal 56 157 363 121 66 0 5 334 131 71
Binary 101110 1101111 11110011 1010001 110110 0 101 11011100 1011001 111001

Color Harmonies of #2E6FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6FF3

Black with #2E6FF3

Text Example


Text Example

White with #2E6FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,243); }

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

background-color css

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

 a { background-color: rgb(46,111,243); }

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

border-color css

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

 span { border-color: rgb(46,111,243); }

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