Html Css Color HEX #545BE1 Royal Blue

📋 copy color: '#545BE1'

red 84 ◦ green 91 ◦ blue 225

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

Shades of Royal Blue #545BE1

Tints of Royal Blue #545BE1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

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

R = 21%
G = 22.75%
B = 56.25%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#545BE1 (or 0x545BE1) is known color: Royal Blue. HEX triplet: 54, 5B and E1. RGB value is (84,91,225). Sum of RGB (Red+Green+Blue) = 84+91+225=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #545BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BE1 is #ABA41E. Grayscale: #676767. Windows color (decimal): -11248671 or 14768980. OLE color: 14768980.

HSL color Cylindrical-coordinate representation of color #545BE1: hue angle of 237.02º 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 #545BE1 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 91 225 -
CMYK 0.63 0.60 0 0.12
HSL 237.02º 0.7% 0.61% -
HSV(B) 237.02º 0.63% 0.88% -
XYZ 20.99 14.8 72.99 -
YUV 104.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 84 91 225 0.63 0.60 0 0.12 237.02 0.7 0.61
Hex 54 5B E1 3F 3C 0 C ED 46 3D
Octal 124 133 341 77 74 0 14 355 106 75
Binary 1010100 1011011 11100001 111111 111100 0 1100 11101101 1000110 111101

Color Harmonies of #545BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545BE1

Black with #545BE1

Text Example


Text Example

White with #545BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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