Html Css Color HEX #545FE9 Royal Blue

📋 copy color: '#545FE9'

red 84 ◦ green 95 ◦ blue 233

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

Shades of Royal Blue #545FE9

Tints of Royal Blue #545FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.55%

R = 20.39%
G = 23.06%
B = 56.55%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#545FE9 (or 0x545FE9) is known color: Royal Blue. HEX triplet: 54, 5F and E9. RGB value is (84,95,233). Sum of RGB (Red+Green+Blue) = 84+95+233=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #545FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FE9 is #ABA016. Grayscale: #6A6A6A. Windows color (decimal): -11247639 or 15294292. OLE color: 15294292.

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

Color convert

RGB 84 95 233 -
CMYK 0.64 0.59 0 0.09
HSL 235.57º 0.77% 0.62% -
HSV(B) 235.57º 0.64% 0.91% -
XYZ 22.46 15.95 78.99 -
YUV 107.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 84 95 233 0.64 0.59 0 0.09 235.57 0.77 0.62
Hex 54 5F E9 40 3B 0 9 EC 4D 3E
Octal 124 137 351 100 73 0 11 354 115 76
Binary 1010100 1011111 11101001 1000000 111011 0 1001 11101100 1001101 111110

Color Harmonies of #545FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545FE9

Black with #545FE9

Text Example


Text Example

White with #545FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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