Html Css Color HEX #2E64EA Royal Blue

📋 copy color: '#2E64EA'

red 46 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #2E64EA

Tints of Royal Blue #2E64EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 234 (91.8% from 255) = 61.58%

R = 12.11%
G = 26.32%
B = 61.58%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E64EA (or 0x2E64EA) is known color: Royal Blue. HEX triplet: 2E, 64 and EA. RGB value is (46,100,234). Sum of RGB (Red+Green+Blue) = 46+100+234=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E64EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E64EA is #D19B15. Grayscale: #626262. Windows color (decimal): -13736726 or 15361070. OLE color: 15361070.

HSL color Cylindrical-coordinate representation of color #2E64EA: hue angle of 222.77º degrees, saturation: 0.82, 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 #2E64EA is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 100 234 -
CMYK 0.80 0.57 0 0.08
HSL 222.77º 0.82% 0.55% -
HSV(B) 222.77º 0.8% 0.92% -
XYZ 20.54 15.64 79.78 -
YUV 99.13 204.11 90.1 -
System Red Green Blue C M Y K H S L
Decimal 46 100 234 0.80 0.57 0 0.08 222.77 0.82 0.55
Hex 2E 64 EA 50 39 0 8 DF 52 37
Octal 56 144 352 120 71 0 10 337 122 67
Binary 101110 1100100 11101010 1010000 111001 0 1000 11011111 1010010 110111

Color Harmonies of #2E64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E64EA

Black with #2E64EA

Text Example


Text Example

White with #2E64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,100,234); }

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

background-color css

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

 a { background-color: rgb(46,100,234); }

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

border-color css

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

 span { border-color: rgb(46,100,234); }

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