Html Css Color HEX #495CE8 Royal Blue

📋 copy color: '#495CE8'

red 73 ◦ green 92 ◦ blue 232

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

Shades of Royal Blue #495CE8

Tints of Royal Blue #495CE8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 232 (91.02% from 255) = 58.44%

R = 18.39%
G = 23.17%
B = 58.44%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#495CE8 (or 0x495CE8) is known color: Royal Blue. HEX triplet: 49, 5C and E8. RGB value is (73,92,232). Sum of RGB (Red+Green+Blue) = 73+92+232=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #495CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CE8 is #B6A317. Grayscale: #656565. Windows color (decimal): -11969304 or 15227977. OLE color: 15227977.

HSL color Cylindrical-coordinate representation of color #495CE8: hue angle of 232.83º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495CE8 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 92 232 -
CMYK 0.69 0.60 0 0.09
HSL 232.83º 0.78% 0.6% -
HSV(B) 232.83º 0.69% 0.91% -
XYZ 21.14 14.9 78.11 -
YUV 102.28 201.21 107.12 -
System Red Green Blue C M Y K H S L
Decimal 73 92 232 0.69 0.60 0 0.09 232.83 0.78 0.6
Hex 49 5C E8 45 3C 0 9 E9 4E 3C
Octal 111 134 350 105 74 0 11 351 116 74
Binary 1001001 1011100 11101000 1000101 111100 0 1001 11101001 1001110 111100

Color Harmonies of #495CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CE8

Black with #495CE8

Text Example


Text Example

White with #495CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,232); }

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

background-color css

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

 a { background-color: rgb(73,92,232); }

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

border-color css

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

 span { border-color: rgb(73,92,232); }

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