Html Css Color HEX #547CFF Cornflower Blue

📋 copy color: '#547CFF'

red 84 ◦ green 124 ◦ blue 255

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

Shades of Cornflower Blue #547CFF

Tints of Cornflower Blue #547CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.78%

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

R = 18.14%
G = 26.78%
B = 55.08%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#547CFF (or 0x547CFF) is known color: Cornflower Blue. HEX triplet: 54, 7C and FF. RGB value is (84,124,255). Sum of RGB (Red+Green+Blue) = 84+124+255=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #547CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CFF is #AB8300. Grayscale: #7E7E7E. Windows color (decimal): -11240193 or 16743508. OLE color: 16743508.

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

Color convert

RGB 84 124 255 -
CMYK 0.67 0.51 0 0
HSL 225.96º 1% 0.66% -
HSV(B) 225.96º 0.67% 1% -
XYZ 28.91 23.52 97.62 -
YUV 126.97 200.25 97.35 -
System Red Green Blue C M Y K H S L
Decimal 84 124 255 0.67 0.51 0 0 225.96 1 0.66
Hex 54 7C FF 43 33 0 0 E2 64 42
Octal 124 174 377 103 63 0 0 342 144 102
Binary 1010100 1111100 11111111 1000011 110011 0 0 11100010 1100100 1000010

Color Harmonies of #547CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CFF

Black with #547CFF

Text Example


Text Example

White with #547CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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