Html Css Color HEX #547ADD Royal Blue

📋 copy color: '#547ADD'

red 84 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #547ADD

Tints of Royal Blue #547ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

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

R = 19.67%
G = 28.57%
B = 51.76%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#547ADD (or 0x547ADD) is known color: Royal Blue. HEX triplet: 54, 7A and DD. RGB value is (84,122,221). Sum of RGB (Red+Green+Blue) = 84+122+221=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #547ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ADD is #AB8522. Grayscale: #797979. Windows color (decimal): -11240739 or 14514772. OLE color: 14514772.

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

Color convert

RGB 84 122 221 -
CMYK 0.62 0.45 0 0.13
HSL 223.36º 0.67% 0.6% -
HSV(B) 223.36º 0.62% 0.87% -
XYZ 23.67 21.02 71.22 -
YUV 121.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 84 122 221 0.62 0.45 0 0.13 223.36 0.67 0.6
Hex 54 7A DD 3E 2D 0 D DF 43 3C
Octal 124 172 335 76 55 0 15 337 103 74
Binary 1010100 1111010 11011101 111110 101101 0 1101 11011111 1000011 111100

Color Harmonies of #547ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547ADD

Black with #547ADD

Text Example


Text Example

White with #547ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547ADD; }

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

 H1.HeaderClassName
 {
   color: #547ADD;
 }
 .AnyTagClassName
 {
   color: #547ADD;
 }
</style>

background-color css

<style>
 a { background-color: #547ADD; }

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

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

border-color css

<style>
 span { border-color: #547ADD; }

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

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