Html Css Color HEX #547FE0 Royal Blue

📋 copy color: '#547FE0'

red 84 ◦ green 127 ◦ blue 224

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

Shades of Royal Blue #547FE0

Tints of Royal Blue #547FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 19.31%
G = 29.2%
B = 51.49%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#547FE0 (or 0x547FE0) is known color: Royal Blue. HEX triplet: 54, 7F and E0. RGB value is (84,127,224). Sum of RGB (Red+Green+Blue) = 84+127+224=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #547FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FE0 is #AB801F. Grayscale: #7C7C7C. Windows color (decimal): -11239456 or 14712660. OLE color: 14712660.

HSL color Cylindrical-coordinate representation of color #547FE0: hue angle of 221.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547FE0 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 127 224 -
CMYK 0.62 0.43 0 0.12
HSL 221.57º 0.69% 0.6% -
HSV(B) 221.57º 0.63% 0.88% -
XYZ 24.7 22.45 73.55 -
YUV 125.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 84 127 224 0.62 0.43 0 0.12 221.57 0.69 0.6
Hex 54 7F E0 3E 2B 0 C DE 45 3C
Octal 124 177 340 76 53 0 14 336 105 74
Binary 1010100 1111111 11100000 111110 101011 0 1100 11011110 1000101 111100

Color Harmonies of #547FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FE0

Black with #547FE0

Text Example


Text Example

White with #547FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,127,224); }

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

background-color css

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

 a { background-color: rgb(84,127,224); }

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

border-color css

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

 span { border-color: rgb(84,127,224); }

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