Html Css Color HEX #497DED Royal Blue

📋 copy color: '#497DED'

red 73 ◦ green 125 ◦ blue 237

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

Shades of Royal Blue #497DED

Tints of Royal Blue #497DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.74%

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 16.78%
G = 28.74%
B = 54.48%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#497DED (or 0x497DED) is known color: Royal Blue. HEX triplet: 49, 7D and ED. RGB value is (73,125,237). Sum of RGB (Red+Green+Blue) = 73+125+237=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #497DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DED is #B68212. Grayscale: #797979. Windows color (decimal): -11960851 or 15564105. OLE color: 15564105.

HSL color Cylindrical-coordinate representation of color #497DED: hue angle of 220.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497DED is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 125 237 -
CMYK 0.69 0.47 0 0.07
HSL 220.98º 0.82% 0.61% -
HSV(B) 220.98º 0.69% 0.93% -
XYZ 25.37 22.2 83.07 -
YUV 122.22 192.77 92.89 -
System Red Green Blue C M Y K H S L
Decimal 73 125 237 0.69 0.47 0 0.07 220.98 0.82 0.61
Hex 49 7D ED 45 2F 0 7 DD 52 3D
Octal 111 175 355 105 57 0 7 335 122 75
Binary 1001001 1111101 11101101 1000101 101111 0 111 11011101 1010010 111101

Color Harmonies of #497DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DED

Black with #497DED

Text Example


Text Example

White with #497DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497DED; }

 p { color: rgb(73,125,237); }

 H1.HeaderClassName
 {
   color: #497DED;
 }
 .AnyTagClassName
 {
   color: #497DED;
 }
</style>

background-color css

<style>
 a { background-color: #497DED; }

 a { background-color: rgb(73,125,237); }

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

border-color css

<style>
 span { border-color: #497DED; }

 span { border-color: rgb(73,125,237); }

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