Html Css Color HEX #547FF7 Cornflower Blue

📋 copy color: '#547FF7'

red 84 ◦ green 127 ◦ blue 247

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

Shades of Cornflower Blue #547FF7

Tints of Cornflower Blue #547FF7

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

 BLUE value IS 247 (96.88% from 255) = 53.93%

R = 18.34%
G = 27.73%
B = 53.93%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#547FF7 (or 0x547FF7) is known color: Cornflower Blue. HEX triplet: 54, 7F and F7. RGB value is (84,127,247). Sum of RGB (Red+Green+Blue) = 84+127+247=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #547FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FF7 is #AB8008. Grayscale: #7F7F7F. Windows color (decimal): -11239433 or 16219988. OLE color: 16219988.

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

Color convert

RGB 84 127 247 -
CMYK 0.66 0.49 0 0.03
HSL 224.17º 0.91% 0.65% -
HSV(B) 224.17º 0.66% 0.97% -
XYZ 28.03 23.78 91.11 -
YUV 127.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 84 127 247 0.66 0.49 0 0.03 224.17 0.91 0.65
Hex 54 7F F7 42 31 0 3 E0 5B 41
Octal 124 177 367 102 61 0 3 340 133 101
Binary 1010100 1111111 11110111 1000010 110001 0 11 11100000 1011011 1000001

Color Harmonies of #547FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FF7

Black with #547FF7

Text Example


Text Example

White with #547FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,127,247); }

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

background-color css

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

 a { background-color: rgb(84,127,247); }

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

border-color css

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

 span { border-color: rgb(84,127,247); }

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