Html Css Color HEX #2E5ADC Royal Blue

📋 copy color: '#2E5ADC'

red 46 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #2E5ADC

Tints of Royal Blue #2E5ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 12.92%
G = 25.28%
B = 61.8%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E5ADC (or 0x2E5ADC) is known color: Royal Blue. HEX triplet: 2E, 5A and DC. RGB value is (46,90,220). Sum of RGB (Red+Green+Blue) = 46+90+220=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E5ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ADC is #D1A523. Grayscale: #5B5B5B. Windows color (decimal): -13739300 or 14441006. OLE color: 14441006.

HSL color Cylindrical-coordinate representation of color #2E5ADC: hue angle of 224.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5ADC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 90 220 -
CMYK 0.79 0.59 0 0.14
HSL 224.83º 0.71% 0.52% -
HSV(B) 224.83º 0.79% 0.86% -
XYZ 17.7 13.06 69.3 -
YUV 91.66 200.42 95.43 -
System Red Green Blue C M Y K H S L
Decimal 46 90 220 0.79 0.59 0 0.14 224.83 0.71 0.52
Hex 2E 5A DC 4F 3B 0 E E1 47 34
Octal 56 132 334 117 73 0 16 341 107 64
Binary 101110 1011010 11011100 1001111 111011 0 1110 11100001 1000111 110100

Color Harmonies of #2E5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5ADC

Black with #2E5ADC

Text Example


Text Example

White with #2E5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,220); }

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

background-color css

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

 a { background-color: rgb(46,90,220); }

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

border-color css

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

 span { border-color: rgb(46,90,220); }

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