Html Css Color HEX #495EDF Royal Blue

📋 copy color: '#495EDF'

red 73 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #495EDF

Tints of Royal Blue #495EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.18%

R = 18.72%
G = 24.1%
B = 57.18%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#495EDF (or 0x495EDF) is known color: Royal Blue. HEX triplet: 49, 5E and DF. RGB value is (73,94,223). Sum of RGB (Red+Green+Blue) = 73+94+223=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #495EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EDF is #B6A120. Grayscale: #656565. Windows color (decimal): -11968801 or 14638665. OLE color: 14638665.

HSL color Cylindrical-coordinate representation of color #495EDF: hue angle of 231.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495EDF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 94 223 -
CMYK 0.67 0.58 0 0.13
HSL 231.6º 0.7% 0.58% -
HSV(B) 231.6º 0.67% 0.87% -
XYZ 20.07 14.75 71.6 -
YUV 102.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 73 94 223 0.67 0.58 0 0.13 231.6 0.7 0.58
Hex 49 5E DF 43 3A 0 D E8 46 3A
Octal 111 136 337 103 72 0 15 350 106 72
Binary 1001001 1011110 11011111 1000011 111010 0 1101 11101000 1000110 111010

Color Harmonies of #495EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EDF

Black with #495EDF

Text Example


Text Example

White with #495EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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