Html Css Color HEX #495FDF Royal Blue

📋 copy color: '#495FDF'

red 73 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #495FDF

Tints of Royal Blue #495FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

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

R = 18.67%
G = 24.3%
B = 57.03%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#495FDF (or 0x495FDF) is known color: Royal Blue. HEX triplet: 49, 5F and DF. RGB value is (73,95,223). Sum of RGB (Red+Green+Blue) = 73+95+223=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #495FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FDF is #B6A020. Grayscale: #666666. Windows color (decimal): -11968545 or 14638921. OLE color: 14638921.

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

Color convert

RGB 73 95 223 -
CMYK 0.67 0.57 0 0.13
HSL 231.2º 0.7% 0.58% -
HSV(B) 231.2º 0.67% 0.87% -
XYZ 20.16 14.93 71.63 -
YUV 103.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 73 95 223 0.67 0.57 0 0.13 231.2 0.7 0.58
Hex 49 5F DF 43 39 0 D E7 46 3A
Octal 111 137 337 103 71 0 15 347 106 72
Binary 1001001 1011111 11011111 1000011 111001 0 1101 11100111 1000110 111010

Color Harmonies of #495FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FDF

Black with #495FDF

Text Example


Text Example

White with #495FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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