Html Css Color HEX #495CEA Royal Blue

📋 copy color: '#495CEA'

red 73 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #495CEA

Tints of Royal Blue #495CEA

RGB

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

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

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

R = 18.3%
G = 23.06%
B = 58.65%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#495CEA (or 0x495CEA) is known color: Royal Blue. HEX triplet: 49, 5C and EA. RGB value is (73,92,234). Sum of RGB (Red+Green+Blue) = 73+92+234=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #495CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CEA is #B6A315. Grayscale: #656565. Windows color (decimal): -11969302 or 15359049. OLE color: 15359049.

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

Color convert

RGB 73 92 234 -
CMYK 0.69 0.61 0 0.08
HSL 232.92º 0.79% 0.6% -
HSV(B) 232.92º 0.69% 0.92% -
XYZ 21.43 15.01 79.61 -
YUV 102.51 202.21 106.95 -
System Red Green Blue C M Y K H S L
Decimal 73 92 234 0.69 0.61 0 0.08 232.92 0.79 0.6
Hex 49 5C EA 45 3D 0 8 E9 4F 3C
Octal 111 134 352 105 75 0 10 351 117 74
Binary 1001001 1011100 11101010 1000101 111101 0 1000 11101001 1001111 111100

Color Harmonies of #495CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CEA

Black with #495CEA

Text Example


Text Example

White with #495CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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