Html Css Color HEX #495EED Royal Blue

📋 copy color: '#495EED'

red 73 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #495EED

Tints of Royal Blue #495EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.66%

R = 18.07%
G = 23.27%
B = 58.66%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#495EED (or 0x495EED) is known color: Royal Blue. HEX triplet: 49, 5E and ED. RGB value is (73,94,237). Sum of RGB (Red+Green+Blue) = 73+94+237=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #495EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EED is #B6A112. Grayscale: #676767. Windows color (decimal): -11968787 or 15556169. OLE color: 15556169.

HSL color Cylindrical-coordinate representation of color #495EED: hue angle of 232.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495EED is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 94 237 -
CMYK 0.69 0.60 0 0.07
HSL 232.32º 0.82% 0.61% -
HSV(B) 232.32º 0.69% 0.93% -
XYZ 22.04 15.54 81.96 -
YUV 104.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 73 94 237 0.69 0.60 0 0.07 232.32 0.82 0.61
Hex 49 5E ED 45 3C 0 7 E8 52 3D
Octal 111 136 355 105 74 0 7 350 122 75
Binary 1001001 1011110 11101101 1000101 111100 0 111 11101000 1010010 111101

Color Harmonies of #495EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EED

Black with #495EED

Text Example


Text Example

White with #495EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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