Html Css Color HEX #546FE9 Royal Blue

📋 copy color: '#546FE9'

red 84 ◦ green 111 ◦ blue 233

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

Shades of Royal Blue #546FE9

Tints of Royal Blue #546FE9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.93%

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

R = 19.63%
G = 25.93%
B = 54.44%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#546FE9 (or 0x546FE9) is known color: Royal Blue. HEX triplet: 54, 6F and E9. RGB value is (84,111,233). Sum of RGB (Red+Green+Blue) = 84+111+233=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #546FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FE9 is #AB9016. Grayscale: #747474. Windows color (decimal): -11243543 or 15298388. OLE color: 15298388.

HSL color Cylindrical-coordinate representation of color #546FE9: hue angle of 229.13º 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 #546FE9 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 111 233 -
CMYK 0.64 0.52 0 0.09
HSL 229.13º 0.77% 0.62% -
HSV(B) 229.13º 0.64% 0.91% -
XYZ 24.05 19.14 79.52 -
YUV 116.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 84 111 233 0.64 0.52 0 0.09 229.13 0.77 0.62
Hex 54 6F E9 40 34 0 9 E5 4D 3E
Octal 124 157 351 100 64 0 11 345 115 76
Binary 1010100 1101111 11101001 1000000 110100 0 1001 11100101 1001101 111110

Color Harmonies of #546FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FE9

Black with #546FE9

Text Example


Text Example

White with #546FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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