Html Css Color HEX #545FEA Royal Blue

📋 copy color: '#545FEA'

red 84 ◦ green 95 ◦ blue 234

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

Shades of Royal Blue #545FEA

Tints of Royal Blue #545FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 20.34%
G = 23%
B = 56.66%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#545FEA (or 0x545FEA) is known color: Royal Blue. HEX triplet: 54, 5F and EA. RGB value is (84,95,234). Sum of RGB (Red+Green+Blue) = 84+95+234=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #545FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FEA is #ABA015. Grayscale: #6A6A6A. Windows color (decimal): -11247638 or 15359828. OLE color: 15359828.

HSL color Cylindrical-coordinate representation of color #545FEA: hue angle of 235.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545FEA is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 95 234 -
CMYK 0.64 0.59 0 0.08
HSL 235.6º 0.78% 0.62% -
HSV(B) 235.6º 0.64% 0.92% -
XYZ 22.6 16.01 79.74 -
YUV 107.56 199.36 111.2 -
System Red Green Blue C M Y K H S L
Decimal 84 95 234 0.64 0.59 0 0.08 235.6 0.78 0.62
Hex 54 5F EA 40 3B 0 8 EC 4E 3E
Octal 124 137 352 100 73 0 10 354 116 76
Binary 1010100 1011111 11101010 1000000 111011 0 1000 11101100 1001110 111110

Color Harmonies of #545FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545FEA

Black with #545FEA

Text Example


Text Example

White with #545FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545FEA; }

 p { color: rgb(84,95,234); }

 H1.HeaderClassName
 {
   color: #545FEA;
 }
 .AnyTagClassName
 {
   color: #545FEA;
 }
</style>

background-color css

<style>
 a { background-color: #545FEA; }

 a { background-color: rgb(84,95,234); }

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

border-color css

<style>
 span { border-color: #545FEA; }

 span { border-color: rgb(84,95,234); }

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