Html Css Color HEX #497CEB Royal Blue

📋 copy color: '#497CEB'

red 73 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #497CEB

Tints of Royal Blue #497CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 16.9%
G = 28.7%
B = 54.4%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#497CEB (or 0x497CEB) is known color: Royal Blue. HEX triplet: 49, 7C and EB. RGB value is (73,124,235). Sum of RGB (Red+Green+Blue) = 73+124+235=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #497CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CEB is #B68314. Grayscale: #787878. Windows color (decimal): -11961109 or 15432777. OLE color: 15432777.

HSL color Cylindrical-coordinate representation of color #497CEB: hue angle of 221.11º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497CEB is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 124 235 -
CMYK 0.69 0.47 0 0.08
HSL 221.11º 0.8% 0.6% -
HSV(B) 221.11º 0.69% 0.92% -
XYZ 24.95 21.83 81.5 -
YUV 121.41 192.1 93.47 -
System Red Green Blue C M Y K H S L
Decimal 73 124 235 0.69 0.47 0 0.08 221.11 0.8 0.6
Hex 49 7C EB 45 2F 0 8 DD 50 3C
Octal 111 174 353 105 57 0 10 335 120 74
Binary 1001001 1111100 11101011 1000101 101111 0 1000 11011101 1010000 111100

Color Harmonies of #497CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CEB

Black with #497CEB

Text Example


Text Example

White with #497CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,124,235); }

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

background-color css

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

 a { background-color: rgb(73,124,235); }

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

border-color css

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

 span { border-color: rgb(73,124,235); }

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