Html Css Color HEX #2E6EFC Royal Blue

📋 copy color: '#2E6EFC'

red 46 ◦ green 110 ◦ blue 252

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

Shades of Royal Blue #2E6EFC

Tints of Royal Blue #2E6EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 11.27%
G = 26.96%
B = 61.76%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E6EFC (or 0x2E6EFC) is known color: Royal Blue. HEX triplet: 2E, 6E and FC. RGB value is (46,110,252). Sum of RGB (Red+Green+Blue) = 46+110+252=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E6EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6EFC is #D19103. Grayscale: #6A6A6A. Windows color (decimal): -13734148 or 16543278. OLE color: 16543278.

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

Color convert

RGB 46 110 252 -
CMYK 0.82 0.56 0 0.01
HSL 221.36º 0.97% 0.58% -
HSV(B) 221.36º 0.82% 0.99% -
XYZ 24.27 18.76 94.44 -
YUV 107.05 209.8 84.45 -
System Red Green Blue C M Y K H S L
Decimal 46 110 252 0.82 0.56 0 0.01 221.36 0.97 0.58
Hex 2E 6E FC 52 38 0 1 DD 61 3A
Octal 56 156 374 122 70 0 1 335 141 72
Binary 101110 1101110 11111100 1010010 111000 0 1 11011101 1100001 111010

Color Harmonies of #2E6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6EFC

Black with #2E6EFC

Text Example


Text Example

White with #2E6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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