Html Css Color HEX #495EF1 Royal Blue

📋 copy color: '#495EF1'

red 73 ◦ green 94 ◦ blue 241

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

Shades of Royal Blue #495EF1

Tints of Royal Blue #495EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 17.89%
G = 23.04%
B = 59.07%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#495EF1 (or 0x495EF1) is known color: Royal Blue. HEX triplet: 49, 5E and F1. RGB value is (73,94,241). Sum of RGB (Red+Green+Blue) = 73+94+241=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #495EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EF1 is #B6A10E. Grayscale: #676767. Windows color (decimal): -11968783 or 15818313. OLE color: 15818313.

HSL color Cylindrical-coordinate representation of color #495EF1: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495EF1 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 94 241 -
CMYK 0.70 0.61 0 0.05
HSL 232.5º 0.86% 0.62% -
HSV(B) 232.5º 0.7% 0.95% -
XYZ 22.63 15.77 85.07 -
YUV 104.48 205.04 105.55 -
System Red Green Blue C M Y K H S L
Decimal 73 94 241 0.70 0.61 0 0.05 232.5 0.86 0.62
Hex 49 5E F1 46 3D 0 5 E8 56 3E
Octal 111 136 361 106 75 0 5 350 126 76
Binary 1001001 1011110 11110001 1000110 111101 0 101 11101000 1010110 111110

Color Harmonies of #495EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EF1

Black with #495EF1

Text Example


Text Example

White with #495EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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