Html Css Color HEX #495EEA Royal Blue

📋 copy color: '#495EEA'

red 73 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #495EEA

Tints of Royal Blue #495EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 18.2%
G = 23.44%
B = 58.35%

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

#495EEA (or 0x495EEA) is known color: Royal Blue. HEX triplet: 49, 5E and EA. RGB value is (73,94,234). Sum of RGB (Red+Green+Blue) = 73+94+234=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #495EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EEA is #B6A115. Grayscale: #676767. Windows color (decimal): -11968790 or 15359561. OLE color: 15359561.

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

Color convert

RGB 73 94 234 -
CMYK 0.69 0.60 0 0.08
HSL 232.17º 0.79% 0.6% -
HSV(B) 232.17º 0.69% 0.92% -
XYZ 21.6 15.36 79.67 -
YUV 103.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 73 94 234 0.69 0.60 0 0.08 232.17 0.79 0.6
Hex 49 5E EA 45 3C 0 8 E8 4F 3C
Octal 111 136 352 105 74 0 10 350 117 74
Binary 1001001 1011110 11101010 1000101 111100 0 1000 11101000 1001111 111100

Color Harmonies of #495EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EEA

Black with #495EEA

Text Example


Text Example

White with #495EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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