Html Css Color HEX #495EDC Royal Blue

📋 copy color: '#495EDC'

red 73 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #495EDC

Tints of Royal Blue #495EDC

RGB

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

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

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

R = 18.86%
G = 24.29%
B = 56.85%

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

#495EDC (or 0x495EDC) is known color: Royal Blue. HEX triplet: 49, 5E and DC. RGB value is (73,94,220). Sum of RGB (Red+Green+Blue) = 73+94+220=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #495EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EDC is #B6A123. Grayscale: #656565. Windows color (decimal): -11968804 or 14442057. OLE color: 14442057.

HSL color Cylindrical-coordinate representation of color #495EDC: hue angle of 231.43º degrees, saturation: 0.68, 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 #495EDC is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 94 220 -
CMYK 0.67 0.57 0 0.14
HSL 231.43º 0.68% 0.57% -
HSV(B) 231.43º 0.67% 0.86% -
XYZ 19.67 14.59 69.49 -
YUV 102.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 73 94 220 0.67 0.57 0 0.14 231.43 0.68 0.57
Hex 49 5E DC 43 39 0 E E7 44 39
Octal 111 136 334 103 71 0 16 347 104 71
Binary 1001001 1011110 11011100 1000011 111001 0 1110 11100111 1000100 111001

Color Harmonies of #495EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EDC

Black with #495EDC

Text Example


Text Example

White with #495EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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