Html Css Color HEX #545CDD Royal Blue

📋 copy color: '#545CDD'

red 84 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #545CDD

Tints of Royal Blue #545CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 21.16%
G = 23.17%
B = 55.67%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#545CDD (or 0x545CDD) is known color: Royal Blue. HEX triplet: 54, 5C and DD. RGB value is (84,92,221). Sum of RGB (Red+Green+Blue) = 84+92+221=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #545CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CDD is #ABA322. Grayscale: #676767. Windows color (decimal): -11248419 or 14507092. OLE color: 14507092.

HSL color Cylindrical-coordinate representation of color #545CDD: hue angle of 236.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545CDD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 92 221 -
CMYK 0.62 0.58 0 0.13
HSL 236.5º 0.67% 0.6% -
HSV(B) 236.5º 0.62% 0.87% -
XYZ 20.53 14.76 70.17 -
YUV 104.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 84 92 221 0.62 0.58 0 0.13 236.5 0.67 0.6
Hex 54 5C DD 3E 3A 0 D EC 43 3C
Octal 124 134 335 76 72 0 15 354 103 74
Binary 1010100 1011100 11011101 111110 111010 0 1101 11101100 1000011 111100

Color Harmonies of #545CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545CDD

Black with #545CDD

Text Example


Text Example

White with #545CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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