Html Css Color HEX #495CEC Royal Blue

📋 copy color: '#495CEC'

red 73 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #495CEC

Tints of Royal Blue #495CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 18.2%
G = 22.94%
B = 58.85%

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

#495CEC (or 0x495CEC) is known color: Royal Blue. HEX triplet: 49, 5C and EC. RGB value is (73,92,236). Sum of RGB (Red+Green+Blue) = 73+92+236=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #495CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CEC is #B6A313. Grayscale: #666666. Windows color (decimal): -11969300 or 15490121. OLE color: 15490121.

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

Color convert

RGB 73 92 236 -
CMYK 0.69 0.61 0 0.07
HSL 233.01º 0.81% 0.61% -
HSV(B) 233.01º 0.69% 0.93% -
XYZ 21.72 15.13 81.13 -
YUV 102.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 73 92 236 0.69 0.61 0 0.07 233.01 0.81 0.61
Hex 49 5C EC 45 3D 0 7 E9 51 3D
Octal 111 134 354 105 75 0 7 351 121 75
Binary 1001001 1011100 11101100 1000101 111101 0 111 11101001 1010001 111101

Color Harmonies of #495CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CEC

Black with #495CEC

Text Example


Text Example

White with #495CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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