Html Css Color HEX #495FEB Royal Blue

📋 copy color: '#495FEB'

red 73 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #495FEB

Tints of Royal Blue #495FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

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

R = 18.11%
G = 23.57%
B = 58.31%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#495FEB (or 0x495FEB) is known color: Royal Blue. HEX triplet: 49, 5F and EB. RGB value is (73,95,235). Sum of RGB (Red+Green+Blue) = 73+95+235=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #495FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495FEB is #B6A014. Grayscale: #676767. Windows color (decimal): -11968533 or 15425353. OLE color: 15425353.

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

Color convert

RGB 73 95 235 -
CMYK 0.69 0.60 0 0.08
HSL 231.85º 0.8% 0.6% -
HSV(B) 231.85º 0.69% 0.92% -
XYZ 21.84 15.6 80.46 -
YUV 104.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 73 95 235 0.69 0.60 0 0.08 231.85 0.8 0.6
Hex 49 5F EB 45 3C 0 8 E8 50 3C
Octal 111 137 353 105 74 0 10 350 120 74
Binary 1001001 1011111 11101011 1000101 111100 0 1000 11101000 1010000 111100

Color Harmonies of #495FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FEB

Black with #495FEB

Text Example


Text Example

White with #495FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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