Html Css Color HEX #546EF8 Royal Blue

📋 copy color: '#546EF8'

red 84 ◦ green 110 ◦ blue 248

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

Shades of Royal Blue #546EF8

Tints of Royal Blue #546EF8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

 BLUE value IS 248 (97.27% from 255) = 56.11%

R = 19%
G = 24.89%
B = 56.11%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#546EF8 (or 0x546EF8) is known color: Royal Blue. HEX triplet: 54, 6E and F8. RGB value is (84,110,248). Sum of RGB (Red+Green+Blue) = 84+110+248=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #546EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546EF8 is #AB9107. Grayscale: #757575. Windows color (decimal): -11243784 or 16281172. OLE color: 16281172.

HSL color Cylindrical-coordinate representation of color #546EF8: hue angle of 230.49º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #546EF8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 110 248 -
CMYK 0.66 0.56 0 0.03
HSL 230.49º 0.92% 0.65% -
HSV(B) 230.49º 0.66% 0.97% -
XYZ 26.18 19.81 91.25 -
YUV 117.96 201.39 103.78 -
System Red Green Blue C M Y K H S L
Decimal 84 110 248 0.66 0.56 0 0.03 230.49 0.92 0.65
Hex 54 6E F8 42 38 0 3 E6 5C 41
Octal 124 156 370 102 70 0 3 346 134 101
Binary 1010100 1101110 11111000 1000010 111000 0 11 11100110 1011100 1000001

Color Harmonies of #546EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546EF8

Black with #546EF8

Text Example


Text Example

White with #546EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,110,248); }

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

background-color css

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

 a { background-color: rgb(84,110,248); }

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

border-color css

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

 span { border-color: rgb(84,110,248); }

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