Html Css Color HEX #546FE8 Royal Blue

📋 copy color: '#546FE8'

red 84 ◦ green 111 ◦ blue 232

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

Shades of Royal Blue #546FE8

Tints of Royal Blue #546FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.33%

R = 19.67%
G = 26%
B = 54.33%

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

#546FE8 (or 0x546FE8) is known color: Royal Blue. HEX triplet: 54, 6F and E8. RGB value is (84,111,232). Sum of RGB (Red+Green+Blue) = 84+111+232=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #546FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FE8 is #AB9017. Grayscale: #747474. Windows color (decimal): -11243544 or 15232852. OLE color: 15232852.

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

Color convert

RGB 84 111 232 -
CMYK 0.64 0.52 0 0.09
HSL 229.05º 0.76% 0.62% -
HSV(B) 229.05º 0.64% 0.91% -
XYZ 23.91 19.08 78.77 -
YUV 116.72 193.05 104.66 -
System Red Green Blue C M Y K H S L
Decimal 84 111 232 0.64 0.52 0 0.09 229.05 0.76 0.62
Hex 54 6F E8 40 34 0 9 E5 4C 3E
Octal 124 157 350 100 64 0 11 345 114 76
Binary 1010100 1101111 11101000 1000000 110100 0 1001 11100101 1001100 111110

Color Harmonies of #546FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FE8

Black with #546FE8

Text Example


Text Example

White with #546FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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