Html Css Color HEX #547FF2 Cornflower Blue

📋 copy color: '#547FF2'

red 84 ◦ green 127 ◦ blue 242

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

Shades of Cornflower Blue #547FF2

Tints of Cornflower Blue #547FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.42%

R = 18.54%
G = 28.04%
B = 53.42%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#547FF2 (or 0x547FF2) is known color: Cornflower Blue. HEX triplet: 54, 7F and F2. RGB value is (84,127,242). Sum of RGB (Red+Green+Blue) = 84+127+242=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #547FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547FF2 is #AB800D. Grayscale: #7E7E7E. Windows color (decimal): -11239438 or 15892308. OLE color: 15892308.

HSL color Cylindrical-coordinate representation of color #547FF2: hue angle of 223.67º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #547FF2 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 127 242 -
CMYK 0.65 0.48 0 0.05
HSL 223.67º 0.86% 0.64% -
HSV(B) 223.67º 0.65% 0.95% -
XYZ 27.27 23.47 87.1 -
YUV 127.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 84 127 242 0.65 0.48 0 0.05 223.67 0.86 0.64
Hex 54 7F F2 41 30 0 5 E0 56 40
Octal 124 177 362 101 60 0 5 340 126 100
Binary 1010100 1111111 11110010 1000001 110000 0 101 11100000 1010110 1000000

Color Harmonies of #547FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FF2

Black with #547FF2

Text Example


Text Example

White with #547FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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