Html Css Color HEX #495EEE Royal Blue

📋 copy color: '#495EEE'

red 73 ◦ green 94 ◦ blue 238

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

Shades of Royal Blue #495EEE

Tints of Royal Blue #495EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.77%

R = 18.02%
G = 23.21%
B = 58.77%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#495EEE (or 0x495EEE) is known color: Royal Blue. HEX triplet: 49, 5E and EE. RGB value is (73,94,238). Sum of RGB (Red+Green+Blue) = 73+94+238=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #495EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EEE is #B6A111. Grayscale: #676767. Windows color (decimal): -11968786 or 15621705. OLE color: 15621705.

HSL color Cylindrical-coordinate representation of color #495EEE: hue angle of 232.36º degrees, saturation: 0.83, 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 #495EEE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 94 238 -
CMYK 0.69 0.61 0 0.07
HSL 232.36º 0.83% 0.61% -
HSV(B) 232.36º 0.69% 0.93% -
XYZ 22.18 15.59 82.73 -
YUV 104.14 203.54 105.79 -
System Red Green Blue C M Y K H S L
Decimal 73 94 238 0.69 0.61 0 0.07 232.36 0.83 0.61
Hex 49 5E EE 45 3D 0 7 E8 53 3D
Octal 111 136 356 105 75 0 7 350 123 75
Binary 1001001 1011110 11101110 1000101 111101 0 111 11101000 1010011 111101

Color Harmonies of #495EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EEE

Black with #495EEE

Text Example


Text Example

White with #495EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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