Html Css Color HEX #547CEB Royal Blue

📋 copy color: '#547CEB'

red 84 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #547CEB

Tints of Royal Blue #547CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.05%

R = 18.96%
G = 27.99%
B = 53.05%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#547CEB (or 0x547CEB) is known color: Royal Blue. HEX triplet: 54, 7C and EB. RGB value is (84,124,235). Sum of RGB (Red+Green+Blue) = 84+124+235=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #547CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CEB is #AB8314. Grayscale: #7C7C7C. Windows color (decimal): -11240213 or 15432788. OLE color: 15432788.

HSL color Cylindrical-coordinate representation of color #547CEB: hue angle of 224.11º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547CEB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 124 235 -
CMYK 0.64 0.47 0 0.08
HSL 224.11º 0.79% 0.63% -
HSV(B) 224.11º 0.64% 0.92% -
XYZ 25.86 22.3 81.54 -
YUV 124.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 84 124 235 0.64 0.47 0 0.08 224.11 0.79 0.63
Hex 54 7C EB 40 2F 0 8 E0 4F 3F
Octal 124 174 353 100 57 0 10 340 117 77
Binary 1010100 1111100 11101011 1000000 101111 0 1000 11100000 1001111 111111

Color Harmonies of #547CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CEB

Black with #547CEB

Text Example


Text Example

White with #547CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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