Html Css Color HEX #545CE1 Royal Blue

📋 copy color: '#545CE1'

red 84 ◦ green 92 ◦ blue 225

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

Shades of Royal Blue #545CE1

Tints of Royal Blue #545CE1

RGB

 RED value IS 84 (33.2% from 255) = 20.95%

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

 BLUE value IS 225 (88.28% from 255) = 56.11%

R = 20.95%
G = 22.94%
B = 56.11%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#545CE1 (or 0x545CE1) is known color: Royal Blue. HEX triplet: 54, 5C and E1. RGB value is (84,92,225). Sum of RGB (Red+Green+Blue) = 84+92+225=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #545CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CE1 is #ABA31E. Grayscale: #686868. Windows color (decimal): -11248415 or 14769236. OLE color: 14769236.

HSL color Cylindrical-coordinate representation of color #545CE1: hue angle of 236.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545CE1 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 92 225 -
CMYK 0.63 0.59 0 0.12
HSL 236.6º 0.7% 0.61% -
HSV(B) 236.6º 0.63% 0.88% -
XYZ 21.07 14.98 73.01 -
YUV 104.77 195.85 113.19 -
System Red Green Blue C M Y K H S L
Decimal 84 92 225 0.63 0.59 0 0.12 236.6 0.7 0.61
Hex 54 5C E1 3F 3B 0 C ED 46 3D
Octal 124 134 341 77 73 0 14 355 106 75
Binary 1010100 1011100 11100001 111111 111011 0 1100 11101101 1000110 111101

Color Harmonies of #545CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545CE1

Black with #545CE1

Text Example


Text Example

White with #545CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545CE1; }

 p { color: rgb(84,92,225); }

 H1.HeaderClassName
 {
   color: #545CE1;
 }
 .AnyTagClassName
 {
   color: #545CE1;
 }
</style>

background-color css

<style>
 a { background-color: #545CE1; }

 a { background-color: rgb(84,92,225); }

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

border-color css

<style>
 span { border-color: #545CE1; }

 span { border-color: rgb(84,92,225); }

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