Html Css Color HEX #547DDD Royal Blue

📋 copy color: '#547DDD'

red 84 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #547DDD

Tints of Royal Blue #547DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

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

R = 19.53%
G = 29.07%
B = 51.4%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#547DDD (or 0x547DDD) is known color: Royal Blue. HEX triplet: 54, 7D and DD. RGB value is (84,125,221). Sum of RGB (Red+Green+Blue) = 84+125+221=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #547DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DDD is #AB8222. Grayscale: #7B7B7B. Windows color (decimal): -11239971 or 14515540. OLE color: 14515540.

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

Color convert

RGB 84 125 221 -
CMYK 0.62 0.43 0 0.13
HSL 222.04º 0.67% 0.6% -
HSV(B) 222.04º 0.62% 0.87% -
XYZ 24.04 21.77 71.34 -
YUV 123.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 84 125 221 0.62 0.43 0 0.13 222.04 0.67 0.6
Hex 54 7D DD 3E 2B 0 D DE 43 3C
Octal 124 175 335 76 53 0 15 336 103 74
Binary 1010100 1111101 11011101 111110 101011 0 1101 11011110 1000011 111100

Color Harmonies of #547DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DDD

Black with #547DDD

Text Example


Text Example

White with #547DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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