Html Css Color HEX #497EEE Royal Blue

📋 copy color: '#497EEE'

red 73 ◦ green 126 ◦ blue 238

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

Shades of Royal Blue #497EEE

Tints of Royal Blue #497EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

 BLUE value IS 238 (93.36% from 255) = 54.46%

R = 16.7%
G = 28.83%
B = 54.46%

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

#497EEE (or 0x497EEE) is known color: Royal Blue. HEX triplet: 49, 7E and EE. RGB value is (73,126,238). Sum of RGB (Red+Green+Blue) = 73+126+238=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #497EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497EEE is #B68111. Grayscale: #7A7A7A. Windows color (decimal): -11960594 or 15629897. OLE color: 15629897.

HSL color Cylindrical-coordinate representation of color #497EEE: hue angle of 220.73º degrees, saturation: 0.83, 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 #497EEE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 126 238 -
CMYK 0.69 0.47 0 0.07
HSL 220.73º 0.83% 0.61% -
HSV(B) 220.73º 0.69% 0.93% -
XYZ 25.64 22.51 83.88 -
YUV 122.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 73 126 238 0.69 0.47 0 0.07 220.73 0.83 0.61
Hex 49 7E EE 45 2F 0 7 DD 53 3D
Octal 111 176 356 105 57 0 7 335 123 75
Binary 1001001 1111110 11101110 1000101 101111 0 111 11011101 1010011 111101

Color Harmonies of #497EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EEE

Black with #497EEE

Text Example


Text Example

White with #497EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,238); }

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

background-color css

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

 a { background-color: rgb(73,126,238); }

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

border-color css

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

 span { border-color: rgb(73,126,238); }

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