Html Css Color HEX #547AF8 Royal Blue

📋 copy color: '#547AF8'

red 84 ◦ green 122 ◦ blue 248

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

Shades of Royal Blue #547AF8

Tints of Royal Blue #547AF8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

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

R = 18.5%
G = 26.87%
B = 54.63%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#547AF8 (or 0x547AF8) is known color: Royal Blue. HEX triplet: 54, 7A and F8. RGB value is (84,122,248). Sum of RGB (Red+Green+Blue) = 84+122+248=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #547AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AF8 is #AB8507. Grayscale: #7C7C7C. Windows color (decimal): -11240712 or 16284244. OLE color: 16284244.

HSL color Cylindrical-coordinate representation of color #547AF8: hue angle of 226.1º 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 #547AF8 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 122 248 -
CMYK 0.66 0.51 0 0.03
HSL 226.1º 0.92% 0.65% -
HSV(B) 226.1º 0.66% 0.97% -
XYZ 27.56 22.58 91.71 -
YUV 125 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 84 122 248 0.66 0.51 0 0.03 226.1 0.92 0.65
Hex 54 7A F8 42 33 0 3 E2 5C 41
Octal 124 172 370 102 63 0 3 342 134 101
Binary 1010100 1111010 11111000 1000010 110011 0 11 11100010 1011100 1000001

Color Harmonies of #547AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AF8

Black with #547AF8

Text Example


Text Example

White with #547AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547AF8; }

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

 H1.HeaderClassName
 {
   color: #547AF8;
 }
 .AnyTagClassName
 {
   color: #547AF8;
 }
</style>

background-color css

<style>
 a { background-color: #547AF8; }

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

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

border-color css

<style>
 span { border-color: #547AF8; }

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

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