Html Css Color HEX #2E6AFE Royal Blue

📋 copy color: '#2E6AFE'

red 46 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #2E6AFE

Tints of Royal Blue #2E6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 11.33%
G = 26.11%
B = 62.56%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2E6AFE (or 0x2E6AFE) is known color: Royal Blue. HEX triplet: 2E, 6A and FE. RGB value is (46,106,254). Sum of RGB (Red+Green+Blue) = 46+106+254=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AFE is #D19501. Grayscale: #686868. Windows color (decimal): -13735170 or 16673326. OLE color: 16673326.

HSL color Cylindrical-coordinate representation of color #2E6AFE: hue angle of 222.69º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6AFE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 106 254 -
CMYK 0.82 0.58 0 0.00
HSL 222.69º 0.99% 0.59% -
HSV(B) 222.69º 0.82% 1% -
XYZ 24.17 18.04 95.97 -
YUV 104.93 212.12 85.97 -
System Red Green Blue C M Y K H S L
Decimal 46 106 254 0.82 0.58 0 0.00 222.69 0.99 0.59
Hex 2E 6A FE 52 3A 0 0 DF 63 3B
Octal 56 152 376 122 72 0 0 337 143 73
Binary 101110 1101010 11111110 1010010 111010 0 0 11011111 1100011 111011

Color Harmonies of #2E6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6AFE

Black with #2E6AFE

Text Example


Text Example

White with #2E6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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