Html Css Color HEX #547AFF Cornflower Blue

📋 copy color: '#547AFF'

red 84 ◦ green 122 ◦ blue 255

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

Shades of Cornflower Blue #547AFF

Tints of Cornflower Blue #547AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 18.22%
G = 26.46%
B = 55.31%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#547AFF (or 0x547AFF) is known color: Cornflower Blue. HEX triplet: 54, 7A and FF. RGB value is (84,122,255). Sum of RGB (Red+Green+Blue) = 84+122+255=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #547AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AFF is #AB8500. Grayscale: #7D7D7D. Windows color (decimal): -11240705 or 16742996. OLE color: 16742996.

HSL color Cylindrical-coordinate representation of color #547AFF: hue angle of 226.67º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547AFF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 122 255 -
CMYK 0.67 0.52 0 0
HSL 226.67º 1% 0.66% -
HSV(B) 226.67º 0.67% 1% -
XYZ 28.67 23.02 97.54 -
YUV 125.8 200.91 98.19 -
System Red Green Blue C M Y K H S L
Decimal 84 122 255 0.67 0.52 0 0 226.67 1 0.66
Hex 54 7A FF 43 34 0 0 E3 64 42
Octal 124 172 377 103 64 0 0 343 144 102
Binary 1010100 1111010 11111111 1000011 110100 0 0 11100011 1100100 1000010

Color Harmonies of #547AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AFF

Black with #547AFF

Text Example


Text Example

White with #547AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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