Html Css Color HEX #547CDD Royal Blue

📋 copy color: '#547CDD'

red 84 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #547CDD

Tints of Royal Blue #547CDD

RGB

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

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

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

R = 19.58%
G = 28.9%
B = 51.52%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#547CDD (or 0x547CDD) is known color: Royal Blue. HEX triplet: 54, 7C and DD. RGB value is (84,124,221). Sum of RGB (Red+Green+Blue) = 84+124+221=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #547CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDD is #AB8322. Grayscale: #7A7A7A. Windows color (decimal): -11240227 or 14515284. OLE color: 14515284.

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

Color convert

RGB 84 124 221 -
CMYK 0.62 0.44 0 0.13
HSL 222.48º 0.67% 0.6% -
HSV(B) 222.48º 0.62% 0.87% -
XYZ 23.91 21.52 71.3 -
YUV 123.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 84 124 221 0.62 0.44 0 0.13 222.48 0.67 0.6
Hex 54 7C DD 3E 2C 0 D DE 43 3C
Octal 124 174 335 76 54 0 15 336 103 74
Binary 1010100 1111100 11011101 111110 101100 0 1101 11011110 1000011 111100

Color Harmonies of #547CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CDD

Black with #547CDD

Text Example


Text Example

White with #547CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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