Html Css Color HEX #547FEC Cornflower Blue

📋 copy color: '#547FEC'

red 84 ◦ green 127 ◦ blue 236

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

Shades of Cornflower Blue #547FEC

Tints of Cornflower Blue #547FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 18.79%
G = 28.41%
B = 52.8%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#547FEC (or 0x547FEC) is known color: Cornflower Blue. HEX triplet: 54, 7F and EC. RGB value is (84,127,236). Sum of RGB (Red+Green+Blue) = 84+127+236=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #547FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FEC is #AB8013. Grayscale: #7E7E7E. Windows color (decimal): -11239444 or 15499092. OLE color: 15499092.

HSL color Cylindrical-coordinate representation of color #547FEC: hue angle of 223.03º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547FEC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 127 236 -
CMYK 0.64 0.46 0 0.07
HSL 223.03º 0.8% 0.63% -
HSV(B) 223.03º 0.64% 0.93% -
XYZ 26.39 23.12 82.43 -
YUV 126.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 84 127 236 0.64 0.46 0 0.07 223.03 0.8 0.63
Hex 54 7F EC 40 2E 0 7 DF 50 3F
Octal 124 177 354 100 56 0 7 337 120 77
Binary 1010100 1111111 11101100 1000000 101110 0 111 11011111 1010000 111111

Color Harmonies of #547FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FEC

Black with #547FEC

Text Example


Text Example

White with #547FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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