Html Css Color HEX #2E52EB Royal Blue

📋 copy color: '#2E52EB'

red 46 ◦ green 82 ◦ blue 235

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

Shades of Royal Blue #2E52EB

Tints of Royal Blue #2E52EB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 12.67%
G = 22.59%
B = 64.74%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E52EB (or 0x2E52EB) is known color: Royal Blue. HEX triplet: 2E, 52 and EB. RGB value is (46,82,235). Sum of RGB (Red+Green+Blue) = 46+82+235=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E52EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E52EB is #D1AD14. Grayscale: #585858. Windows color (decimal): -13741333 or 15421998. OLE color: 15421998.

HSL color Cylindrical-coordinate representation of color #2E52EB: hue angle of 228.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E52EB is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 82 235 -
CMYK 0.80 0.65 0 0.08
HSL 228.57º 0.83% 0.55% -
HSV(B) 228.57º 0.8% 0.92% -
XYZ 19.14 12.61 80.02 -
YUV 88.68 210.57 97.56 -
System Red Green Blue C M Y K H S L
Decimal 46 82 235 0.80 0.65 0 0.08 228.57 0.83 0.55
Hex 2E 52 EB 50 41 0 8 E5 53 37
Octal 56 122 353 120 101 0 10 345 123 67
Binary 101110 1010010 11101011 1010000 1000001 0 1000 11100101 1010011 110111

Color Harmonies of #2E52EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E52EB

Black with #2E52EB

Text Example


Text Example

White with #2E52EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,82,235); }

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

background-color css

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

 a { background-color: rgb(46,82,235); }

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

border-color css

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

 span { border-color: rgb(46,82,235); }

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