Html Css Color HEX #2E5ADB Royal Blue

📋 copy color: '#2E5ADB'

red 46 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #2E5ADB

Tints of Royal Blue #2E5ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 12.96%
G = 25.35%
B = 61.69%

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

#2E5ADB (or 0x2E5ADB) is known color: Royal Blue. HEX triplet: 2E, 5A and DB. RGB value is (46,90,219). Sum of RGB (Red+Green+Blue) = 46+90+219=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ADB is #D1A524. Grayscale: #5A5A5A. Windows color (decimal): -13739301 or 14375470. OLE color: 14375470.

HSL color Cylindrical-coordinate representation of color #2E5ADB: hue angle of 224.74º 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 #2E5ADB is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 90 219 -
CMYK 0.79 0.59 0 0.14
HSL 224.74º 0.71% 0.52% -
HSV(B) 224.74º 0.79% 0.86% -
XYZ 17.57 13.01 68.6 -
YUV 91.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 46 90 219 0.79 0.59 0 0.14 224.74 0.71 0.52
Hex 2E 5A DB 4F 3B 0 E E1 47 34
Octal 56 132 333 117 73 0 16 341 107 64
Binary 101110 1011010 11011011 1001111 111011 0 1110 11100001 1000111 110100

Color Harmonies of #2E5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5ADB

Black with #2E5ADB

Text Example


Text Example

White with #2E5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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