Html Css Color HEX #2E68EA Royal Blue

📋 copy color: '#2E68EA'

red 46 ◦ green 104 ◦ blue 234

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

Shades of Royal Blue #2E68EA

Tints of Royal Blue #2E68EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 11.98%
G = 27.08%
B = 60.94%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E68EA (or 0x2E68EA) is known color: Royal Blue. HEX triplet: 2E, 68 and EA. RGB value is (46,104,234). Sum of RGB (Red+Green+Blue) = 46+104+234=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E68EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E68EA is #D19715. Grayscale: #646464. Windows color (decimal): -13735702 or 15362094. OLE color: 15362094.

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

Color convert

RGB 46 104 234 -
CMYK 0.80 0.56 0 0.08
HSL 221.49º 0.82% 0.55% -
HSV(B) 221.49º 0.8% 0.92% -
XYZ 20.93 16.42 79.91 -
YUV 101.48 202.78 88.43 -
System Red Green Blue C M Y K H S L
Decimal 46 104 234 0.80 0.56 0 0.08 221.49 0.82 0.55
Hex 2E 68 EA 50 38 0 8 DD 52 37
Octal 56 150 352 120 70 0 10 335 122 67
Binary 101110 1101000 11101010 1010000 111000 0 1000 11011101 1010010 110111

Color Harmonies of #2E68EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E68EA

Black with #2E68EA

Text Example


Text Example

White with #2E68EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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