Html Css Color HEX #547FFF Cornflower Blue

📋 copy color: '#547FFF'

red 84 ◦ green 127 ◦ blue 255

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

Shades of Cornflower Blue #547FFF

Tints of Cornflower Blue #547FFF

RGB

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

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

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

R = 18.03%
G = 27.25%
B = 54.72%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#547FFF (or 0x547FFF) is known color: Cornflower Blue. HEX triplet: 54, 7F and FF. RGB value is (84,127,255). Sum of RGB (Red+Green+Blue) = 84+127+255=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #547FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FFF is #AB8000. Grayscale: #808080. Windows color (decimal): -11239425 or 16744276. OLE color: 16744276.

HSL color Cylindrical-coordinate representation of color #547FFF: hue angle of 224.91º 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 #547FFF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 127 255 -
CMYK 0.67 0.50 0 0
HSL 224.91º 1% 0.66% -
HSV(B) 224.91º 0.67% 1% -
XYZ 29.3 24.28 97.75 -
YUV 128.74 199.25 96.09 -
System Red Green Blue C M Y K H S L
Decimal 84 127 255 0.67 0.50 0 0 224.91 1 0.66
Hex 54 7F FF 43 32 0 0 E1 64 42
Octal 124 177 377 103 62 0 0 341 144 102
Binary 1010100 1111111 11111111 1000011 110010 0 0 11100001 1100100 1000010

Color Harmonies of #547FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FFF

Black with #547FFF

Text Example


Text Example

White with #547FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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