Html Css Color HEX #495EEF Royal Blue

📋 copy color: '#495EEF'

red 73 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #495EEF

Tints of Royal Blue #495EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 17.98%
G = 23.15%
B = 58.87%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#495EEF (or 0x495EEF) is known color: Royal Blue. HEX triplet: 49, 5E and EF. RGB value is (73,94,239). Sum of RGB (Red+Green+Blue) = 73+94+239=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #495EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EEF is #B6A110. Grayscale: #676767. Windows color (decimal): -11968785 or 15687241. OLE color: 15687241.

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

Color convert

RGB 73 94 239 -
CMYK 0.69 0.61 0 0.06
HSL 232.41º 0.84% 0.61% -
HSV(B) 232.41º 0.69% 0.94% -
XYZ 22.33 15.65 83.51 -
YUV 104.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 73 94 239 0.69 0.61 0 0.06 232.41 0.84 0.61
Hex 49 5E EF 45 3D 0 6 E8 54 3D
Octal 111 136 357 105 75 0 6 350 124 75
Binary 1001001 1011110 11101111 1000101 111101 0 110 11101000 1010100 111101

Color Harmonies of #495EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495EEF

Black with #495EEF

Text Example


Text Example

White with #495EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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