Html Css Color HEX #495FDD Royal Blue

📋 copy color: '#495FDD'

red 73 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #495FDD

Tints of Royal Blue #495FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 18.77%
G = 24.42%
B = 56.81%

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

#495FDD (or 0x495FDD) is known color: Royal Blue. HEX triplet: 49, 5F and DD. RGB value is (73,95,221). Sum of RGB (Red+Green+Blue) = 73+95+221=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #495FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FDD is #B6A022. Grayscale: #666666. Windows color (decimal): -11968547 or 14507849. OLE color: 14507849.

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

Color convert

RGB 73 95 221 -
CMYK 0.67 0.57 0 0.13
HSL 231.08º 0.69% 0.58% -
HSV(B) 231.08º 0.67% 0.87% -
XYZ 19.89 14.82 70.22 -
YUV 102.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 73 95 221 0.67 0.57 0 0.13 231.08 0.69 0.58
Hex 49 5F DD 43 39 0 D E7 45 3A
Octal 111 137 335 103 71 0 15 347 105 72
Binary 1001001 1011111 11011101 1000011 111001 0 1101 11100111 1000101 111010

Color Harmonies of #495FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FDD

Black with #495FDD

Text Example


Text Example

White with #495FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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