Html Css Color HEX #545ADF Royal Blue

📋 copy color: '#545ADF'

red 84 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #545ADF

Tints of Royal Blue #545ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 21.16%
G = 22.67%
B = 56.17%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#545ADF (or 0x545ADF) is known color: Royal Blue. HEX triplet: 54, 5A and DF. RGB value is (84,90,223). Sum of RGB (Red+Green+Blue) = 84+90+223=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #545ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ADF is #ABA520. Grayscale: #666666. Windows color (decimal): -11248929 or 14637652. OLE color: 14637652.

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

Color convert

RGB 84 90 223 -
CMYK 0.62 0.60 0 0.13
HSL 237.41º 0.68% 0.6% -
HSV(B) 237.41º 0.62% 0.87% -
XYZ 20.63 14.52 71.53 -
YUV 103.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 84 90 223 0.62 0.60 0 0.13 237.41 0.68 0.6
Hex 54 5A DF 3E 3C 0 D ED 44 3C
Octal 124 132 337 76 74 0 15 355 104 74
Binary 1010100 1011010 11011111 111110 111100 0 1101 11101101 1000100 111100

Color Harmonies of #545ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545ADF

Black with #545ADF

Text Example


Text Example

White with #545ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,90,223); }

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

background-color css

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

 a { background-color: rgb(84,90,223); }

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

border-color css

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

 span { border-color: rgb(84,90,223); }

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