Html Css Color HEX #547CE6 Royal Blue

📋 copy color: '#547CE6'

red 84 ◦ green 124 ◦ blue 230

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

Shades of Royal Blue #547CE6

Tints of Royal Blue #547CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.51%

R = 19.18%
G = 28.31%
B = 52.51%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#547CE6 (or 0x547CE6) is known color: Royal Blue. HEX triplet: 54, 7C and E6. RGB value is (84,124,230). Sum of RGB (Red+Green+Blue) = 84+124+230=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #547CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CE6 is #AB8319. Grayscale: #7B7B7B. Windows color (decimal): -11240218 or 15105108. OLE color: 15105108.

HSL color Cylindrical-coordinate representation of color #547CE6: hue angle of 223.56º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547CE6 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 124 230 -
CMYK 0.63 0.46 0 0.10
HSL 223.56º 0.74% 0.62% -
HSV(B) 223.56º 0.63% 0.9% -
XYZ 25.15 22.01 77.79 -
YUV 124.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 84 124 230 0.63 0.46 0 0.10 223.56 0.74 0.62
Hex 54 7C E6 3F 2E 0 A E0 4A 3E
Octal 124 174 346 77 56 0 12 340 112 76
Binary 1010100 1111100 11100110 111111 101110 0 1010 11100000 1001010 111110

Color Harmonies of #547CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CE6

Black with #547CE6

Text Example


Text Example

White with #547CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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