Html Css Color HEX #547CDB Royal Blue

📋 copy color: '#547CDB'

red 84 ◦ green 124 ◦ blue 219

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

Shades of Royal Blue #547CDB

Tints of Royal Blue #547CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

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

R = 19.67%
G = 29.04%
B = 51.29%

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

#547CDB (or 0x547CDB) is known color: Royal Blue. HEX triplet: 54, 7C and DB. RGB value is (84,124,219). Sum of RGB (Red+Green+Blue) = 84+124+219=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #547CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDB is #AB8324. Grayscale: #7A7A7A. Windows color (decimal): -11240229 or 14384212. OLE color: 14384212.

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

Color convert

RGB 84 124 219 -
CMYK 0.62 0.43 0 0.14
HSL 222.22º 0.65% 0.59% -
HSV(B) 222.22º 0.62% 0.86% -
XYZ 23.65 21.41 69.9 -
YUV 122.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 84 124 219 0.62 0.43 0 0.14 222.22 0.65 0.59
Hex 54 7C DB 3E 2B 0 E DE 41 3B
Octal 124 174 333 76 53 0 16 336 101 73
Binary 1010100 1111100 11011011 111110 101011 0 1110 11011110 1000001 111011

Color Harmonies of #547CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CDB

Black with #547CDB

Text Example


Text Example

White with #547CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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