Html Css Color HEX #547DDB Royal Blue

📋 copy color: '#547DDB'

red 84 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #547DDB

Tints of Royal Blue #547DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 19.63%
G = 29.21%
B = 51.17%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#547DDB (or 0x547DDB) is known color: Royal Blue. HEX triplet: 54, 7D and DB. RGB value is (84,125,219). Sum of RGB (Red+Green+Blue) = 84+125+219=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #547DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DDB is #AB8224. Grayscale: #7B7B7B. Windows color (decimal): -11239973 or 14384468. OLE color: 14384468.

HSL color Cylindrical-coordinate representation of color #547DDB: hue angle of 221.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547DDB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 125 219 -
CMYK 0.62 0.43 0 0.14
HSL 221.78º 0.65% 0.59% -
HSV(B) 221.78º 0.62% 0.86% -
XYZ 23.78 21.67 69.95 -
YUV 123.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 84 125 219 0.62 0.43 0 0.14 221.78 0.65 0.59
Hex 54 7D DB 3E 2B 0 E DE 41 3B
Octal 124 175 333 76 53 0 16 336 101 73
Binary 1010100 1111101 11011011 111110 101011 0 1110 11011110 1000001 111011

Color Harmonies of #547DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DDB

Black with #547DDB

Text Example


Text Example

White with #547DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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