Html Css Color HEX #495BEB Royal Blue

📋 copy color: '#495BEB'

red 73 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #495BEB

Tints of Royal Blue #495BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.81%

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

R = 18.3%
G = 22.81%
B = 58.9%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#495BEB (or 0x495BEB) is known color: Royal Blue. HEX triplet: 49, 5B and EB. RGB value is (73,91,235). Sum of RGB (Red+Green+Blue) = 73+91+235=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #495BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BEB is #B6A414. Grayscale: #656565. Windows color (decimal): -11969557 or 15424329. OLE color: 15424329.

HSL color Cylindrical-coordinate representation of color #495BEB: hue angle of 233.33º 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 #495BEB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 91 235 -
CMYK 0.69 0.61 0 0.08
HSL 233.33º 0.8% 0.6% -
HSV(B) 233.33º 0.69% 0.92% -
XYZ 21.48 14.9 80.34 -
YUV 102.03 203.04 107.29 -
System Red Green Blue C M Y K H S L
Decimal 73 91 235 0.69 0.61 0 0.08 233.33 0.8 0.6
Hex 49 5B EB 45 3D 0 8 E9 50 3C
Octal 111 133 353 105 75 0 10 351 120 74
Binary 1001001 1011011 11101011 1000101 111101 0 1000 11101001 1010000 111100

Color Harmonies of #495BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BEB

Black with #495BEB

Text Example


Text Example

White with #495BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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