Html Css Color HEX #547CFA Cornflower Blue

📋 copy color: '#547CFA'

red 84 ◦ green 124 ◦ blue 250

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

Shades of Cornflower Blue #547CFA

Tints of Cornflower Blue #547CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 18.34%
G = 27.07%
B = 54.59%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#547CFA (or 0x547CFA) is known color: Cornflower Blue. HEX triplet: 54, 7C and FA. RGB value is (84,124,250). Sum of RGB (Red+Green+Blue) = 84+124+250=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #547CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CFA is #AB8305. Grayscale: #7D7D7D. Windows color (decimal): -11240198 or 16415828. OLE color: 16415828.

HSL color Cylindrical-coordinate representation of color #547CFA: hue angle of 225.54º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #547CFA is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 124 250 -
CMYK 0.66 0.50 0 0.02
HSL 225.54º 0.94% 0.65% -
HSV(B) 225.54º 0.66% 0.98% -
XYZ 28.12 23.2 93.44 -
YUV 126.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 84 124 250 0.66 0.50 0 0.02 225.54 0.94 0.65
Hex 54 7C FA 42 32 0 2 E2 5E 41
Octal 124 174 372 102 62 0 2 342 136 101
Binary 1010100 1111100 11111010 1000010 110010 0 10 11100010 1011110 1000001

Color Harmonies of #547CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CFA

Black with #547CFA

Text Example


Text Example

White with #547CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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