Html Css Color HEX #495EF0 Royal Blue

📋 copy color: '#495EF0'

red 73 ◦ green 94 ◦ blue 240

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

Shades of Royal Blue #495EF0

Tints of Royal Blue #495EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.97%

R = 17.94%
G = 23.1%
B = 58.97%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#495EF0 (or 0x495EF0) is known color: Royal Blue. HEX triplet: 49, 5E and F0. RGB value is (73,94,240). Sum of RGB (Red+Green+Blue) = 73+94+240=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #495EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EF0 is #B6A10F. Grayscale: #676767. Windows color (decimal): -11968784 or 15752777. OLE color: 15752777.

HSL color Cylindrical-coordinate representation of color #495EF0: hue angle of 232.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495EF0 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 94 240 -
CMYK 0.70 0.61 0 0.06
HSL 232.46º 0.85% 0.61% -
HSV(B) 232.46º 0.7% 0.94% -
XYZ 22.48 15.71 84.29 -
YUV 104.37 204.54 105.63 -
System Red Green Blue C M Y K H S L
Decimal 73 94 240 0.70 0.61 0 0.06 232.46 0.85 0.61
Hex 49 5E F0 46 3D 0 6 E8 55 3D
Octal 111 136 360 106 75 0 6 350 125 75
Binary 1001001 1011110 11110000 1000110 111101 0 110 11101000 1010101 111101

Color Harmonies of #495EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EF0

Black with #495EF0

Text Example


Text Example

White with #495EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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