Html Css Color HEX #495DDA Royal Blue

📋 copy color: '#495DDA'

red 73 ◦ green 93 ◦ blue 218

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

Shades of Royal Blue #495DDA

Tints of Royal Blue #495DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 19.01%
G = 24.22%
B = 56.77%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#495DDA (or 0x495DDA) is known color: Royal Blue. HEX triplet: 49, 5D and DA. RGB value is (73,93,218). Sum of RGB (Red+Green+Blue) = 73+93+218=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #495DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DDA is #B6A225. Grayscale: #646464. Windows color (decimal): -11969062 or 14310729. OLE color: 14310729.

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

Color convert

RGB 73 93 218 -
CMYK 0.67 0.57 0 0.15
HSL 231.72º 0.66% 0.57% -
HSV(B) 231.72º 0.67% 0.85% -
XYZ 19.32 14.31 68.07 -
YUV 101.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 73 93 218 0.67 0.57 0 0.15 231.72 0.66 0.57
Hex 49 5D DA 43 39 0 F E8 42 39
Octal 111 135 332 103 71 0 17 350 102 71
Binary 1001001 1011101 11011010 1000011 111001 0 1111 11101000 1000010 111001

Color Harmonies of #495DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DDA

Black with #495DDA

Text Example


Text Example

White with #495DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,218); }

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

background-color css

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

 a { background-color: rgb(73,93,218); }

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

border-color css

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

 span { border-color: rgb(73,93,218); }

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