Html Css Color HEX #495EEB Royal Blue

📋 copy color: '#495EEB'

red 73 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #495EEB

Tints of Royal Blue #495EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

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

R = 18.16%
G = 23.38%
B = 58.46%

CMYK

 C value IS 0.69

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#495EEB (or 0x495EEB) is known color: Royal Blue. HEX triplet: 49, 5E and EB. RGB value is (73,94,235). Sum of RGB (Red+Green+Blue) = 73+94+235=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #495EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EEB is #B6A114. Grayscale: #676767. Windows color (decimal): -11968789 or 15425097. OLE color: 15425097.

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

Color convert

RGB 73 94 235 -
CMYK 0.69 0.6 0 0.08
HSL 232.22º 0.8% 0.6% -
HSV(B) 232.22º 0.69% 0.92% -
XYZ 21.75 15.42 80.43 -
YUV 103.8 202.04 106.04 -
System Red Green Blue C M Y K H S L
Decimal 73 94 235 0.69 0.6 0 0.08 232.22 0.8 0.6
Hex 49 5E EB 45 3C 0 8 E8 50 3C
Octal 111 136 353 105 74 0 10 350 120 74
Binary 1001001 1011110 11101011 1000101 111100 0 1000 11101000 1010000 111100

Color Harmonies of #495EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EEB

Black with #495EEB

Text Example


Text Example

White with #495EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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