Html Css Color HEX #545DDE Royal Blue

📋 copy color: '#545DDE'

red 84 ◦ green 93 ◦ blue 222

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

Shades of Royal Blue #545DDE

Tints of Royal Blue #545DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.31%

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 21.05%
G = 23.31%
B = 55.64%

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

#545DDE (or 0x545DDE) is known color: Royal Blue. HEX triplet: 54, 5D and DE. RGB value is (84,93,222). Sum of RGB (Red+Green+Blue) = 84+93+222=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #545DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DDE is #ABA221. Grayscale: #686868. Windows color (decimal): -11248162 or 14572884. OLE color: 14572884.

HSL color Cylindrical-coordinate representation of color #545DDE: hue angle of 236.09º degrees, saturation: 0.68, 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 #545DDE is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 93 222 -
CMYK 0.62 0.58 0 0.13
HSL 236.09º 0.68% 0.6% -
HSV(B) 236.09º 0.62% 0.87% -
XYZ 20.76 14.99 70.91 -
YUV 105.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 84 93 222 0.62 0.58 0 0.13 236.09 0.68 0.6
Hex 54 5D DE 3E 3A 0 D EC 44 3C
Octal 124 135 336 76 72 0 15 354 104 74
Binary 1010100 1011101 11011110 111110 111010 0 1101 11101100 1000100 111100

Color Harmonies of #545DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545DDE

Black with #545DDE

Text Example


Text Example

White with #545DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,93,222); }

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

background-color css

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

 a { background-color: rgb(84,93,222); }

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

border-color css

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

 span { border-color: rgb(84,93,222); }

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