Html Css Color HEX #547CDA Royal Blue

📋 copy color: '#547CDA'

red 84 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #547CDA

Tints of Royal Blue #547CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 19.72%
G = 29.11%
B = 51.17%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#547CDA (or 0x547CDA) is known color: Royal Blue. HEX triplet: 54, 7C and DA. RGB value is (84,124,218). Sum of RGB (Red+Green+Blue) = 84+124+218=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #547CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDA is #AB8325. Grayscale: #7A7A7A. Windows color (decimal): -11240230 or 14318676. OLE color: 14318676.

HSL color Cylindrical-coordinate representation of color #547CDA: hue angle of 222.09º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547CDA is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 124 218 -
CMYK 0.61 0.43 0 0.15
HSL 222.09º 0.64% 0.59% -
HSV(B) 222.09º 0.61% 0.85% -
XYZ 23.52 21.36 69.21 -
YUV 122.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 84 124 218 0.61 0.43 0 0.15 222.09 0.64 0.59
Hex 54 7C DA 3D 2B 0 F DE 40 3B
Octal 124 174 332 75 53 0 17 336 100 73
Binary 1010100 1111100 11011010 111101 101011 0 1111 11011110 1000000 111011

Color Harmonies of #547CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CDA

Black with #547CDA

Text Example


Text Example

White with #547CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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