Html Css Color HEX #547EE6 Royal Blue

📋 copy color: '#547EE6'

red 84 ◦ green 126 ◦ blue 230

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

Shades of Royal Blue #547EE6

Tints of Royal Blue #547EE6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

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

R = 19.09%
G = 28.64%
B = 52.27%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#547EE6 (or 0x547EE6) is known color: Royal Blue. HEX triplet: 54, 7E and E6. RGB value is (84,126,230). Sum of RGB (Red+Green+Blue) = 84+126+230=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #547EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EE6 is #AB8119. Grayscale: #7C7C7C. Windows color (decimal): -11239706 or 15105620. OLE color: 15105620.

HSL color Cylindrical-coordinate representation of color #547EE6: hue angle of 222.74º 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 #547EE6 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 126 230 -
CMYK 0.63 0.45 0 0.10
HSL 222.74º 0.74% 0.62% -
HSV(B) 222.74º 0.63% 0.9% -
XYZ 25.4 22.52 77.87 -
YUV 125.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 84 126 230 0.63 0.45 0 0.10 222.74 0.74 0.62
Hex 54 7E E6 3F 2D 0 A DF 4A 3E
Octal 124 176 346 77 55 0 12 337 112 76
Binary 1010100 1111110 11100110 111111 101101 0 1010 11011111 1001010 111110

Color Harmonies of #547EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EE6

Black with #547EE6

Text Example


Text Example

White with #547EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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