Html Css Color HEX #546FFC Royal Blue

📋 copy color: '#546FFC'

red 84 ◦ green 111 ◦ blue 252

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

Shades of Royal Blue #546FFC

Tints of Royal Blue #546FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 18.79%
G = 24.83%
B = 56.38%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#546FFC (or 0x546FFC) is known color: Royal Blue. HEX triplet: 54, 6F and FC. RGB value is (84,111,252). Sum of RGB (Red+Green+Blue) = 84+111+252=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #546FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546FFC is #AB9003. Grayscale: #767676. Windows color (decimal): -11243524 or 16543572. OLE color: 16543572.

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

Color convert

RGB 84 111 252 -
CMYK 0.67 0.56 0 0.01
HSL 230.36º 0.97% 0.66% -
HSV(B) 230.36º 0.67% 0.99% -
XYZ 26.91 20.28 94.59 -
YUV 119 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 84 111 252 0.67 0.56 0 0.01 230.36 0.97 0.66
Hex 54 6F FC 43 38 0 1 E6 61 42
Octal 124 157 374 103 70 0 1 346 141 102
Binary 1010100 1101111 11111100 1000011 111000 0 1 11100110 1100001 1000010

Color Harmonies of #546FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546FFC

Black with #546FFC

Text Example


Text Example

White with #546FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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