Html Css Color HEX #2E5EFC Royal Blue

📋 copy color: '#2E5EFC'

red 46 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #2E5EFC

Tints of Royal Blue #2E5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.98%

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

R = 11.73%
G = 23.98%
B = 64.29%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E5EFC (or 0x2E5EFC) is known color: Royal Blue. HEX triplet: 2E, 5E and FC. RGB value is (46,94,252). Sum of RGB (Red+Green+Blue) = 46+94+252=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E5EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5EFC is #D1A103. Grayscale: #606060. Windows color (decimal): -13738244 or 16539182. OLE color: 16539182.

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

Color convert

RGB 46 94 252 -
CMYK 0.82 0.63 0 0.01
HSL 226.02º 0.97% 0.58% -
HSV(B) 226.02º 0.82% 0.99% -
XYZ 22.7 15.61 93.91 -
YUV 97.66 215.1 91.15 -
System Red Green Blue C M Y K H S L
Decimal 46 94 252 0.82 0.63 0 0.01 226.02 0.97 0.58
Hex 2E 5E FC 52 3F 0 1 E2 61 3A
Octal 56 136 374 122 77 0 1 342 141 72
Binary 101110 1011110 11111100 1010010 111111 0 1 11100010 1100001 111010

Color Harmonies of #2E5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5EFC

Black with #2E5EFC

Text Example


Text Example

White with #2E5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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