Html Css Color HEX #2E71FC Royal Blue

📋 copy color: '#2E71FC'

red 46 ◦ green 113 ◦ blue 252

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

Shades of Royal Blue #2E71FC

Tints of Royal Blue #2E71FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

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

R = 11.19%
G = 27.49%
B = 61.31%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E71FC (or 0x2E71FC) is known color: Royal Blue. HEX triplet: 2E, 71 and FC. RGB value is (46,113,252). Sum of RGB (Red+Green+Blue) = 46+113+252=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E71FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E71FC is #D18E03. Grayscale: #6C6C6C. Windows color (decimal): -13733380 or 16544046. OLE color: 16544046.

HSL color Cylindrical-coordinate representation of color #2E71FC: hue angle of 220.49º 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 #2E71FC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 113 252 -
CMYK 0.82 0.55 0 0.01
HSL 220.49º 0.97% 0.58% -
HSV(B) 220.49º 0.82% 0.99% -
XYZ 24.6 19.42 94.55 -
YUV 108.81 208.8 83.2 -
System Red Green Blue C M Y K H S L
Decimal 46 113 252 0.82 0.55 0 0.01 220.49 0.97 0.58
Hex 2E 71 FC 52 37 0 1 DC 61 3A
Octal 56 161 374 122 67 0 1 334 141 72
Binary 101110 1110001 11111100 1010010 110111 0 1 11011100 1100001 111010

Color Harmonies of #2E71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E71FC

Black with #2E71FC

Text Example


Text Example

White with #2E71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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