Html Css Color HEX #495EDB Royal Blue

📋 copy color: '#495EDB'

red 73 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #495EDB

Tints of Royal Blue #495EDB

RGB

 RED value IS 73 (28.91% from 255) = 18.91%

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 18.91%
G = 24.35%
B = 56.74%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#495EDB (or 0x495EDB) is known color: Royal Blue. HEX triplet: 49, 5E and DB. RGB value is (73,94,219). Sum of RGB (Red+Green+Blue) = 73+94+219=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #495EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EDB is #B6A124. Grayscale: #656565. Windows color (decimal): -11968805 or 14376521. OLE color: 14376521.

HSL color Cylindrical-coordinate representation of color #495EDB: hue angle of 231.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495EDB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 94 219 -
CMYK 0.67 0.57 0 0.14
HSL 231.37º 0.67% 0.57% -
HSV(B) 231.37º 0.67% 0.86% -
XYZ 19.54 14.54 68.79 -
YUV 101.97 194.04 107.34 -
System Red Green Blue C M Y K H S L
Decimal 73 94 219 0.67 0.57 0 0.14 231.37 0.67 0.57
Hex 49 5E DB 43 39 0 E E7 43 39
Octal 111 136 333 103 71 0 16 347 103 71
Binary 1001001 1011110 11011011 1000011 111001 0 1110 11100111 1000011 111001

Color Harmonies of #495EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EDB

Black with #495EDB

Text Example


Text Example

White with #495EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495EDB; }

 p { color: rgb(73,94,219); }

 H1.HeaderClassName
 {
   color: #495EDB;
 }
 .AnyTagClassName
 {
   color: #495EDB;
 }
</style>

background-color css

<style>
 a { background-color: #495EDB; }

 a { background-color: rgb(73,94,219); }

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

border-color css

<style>
 span { border-color: #495EDB; }

 span { border-color: rgb(73,94,219); }

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