Html Css Color HEX #547DF1 Cornflower Blue

📋 copy color: '#547DF1'

red 84 ◦ green 125 ◦ blue 241

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

Shades of Cornflower Blue #547DF1

Tints of Cornflower Blue #547DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

 BLUE value IS 241 (94.53% from 255) = 53.56%

R = 18.67%
G = 27.78%
B = 53.56%

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

#547DF1 (or 0x547DF1) is known color: Cornflower Blue. HEX triplet: 54, 7D and F1. RGB value is (84,125,241). Sum of RGB (Red+Green+Blue) = 84+125+241=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #547DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547DF1 is #AB820E. Grayscale: #7D7D7D. Windows color (decimal): -11239951 or 15826260. OLE color: 15826260.

HSL color Cylindrical-coordinate representation of color #547DF1: hue angle of 224.33º degrees, saturation: 0.85, 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 #547DF1 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 125 241 -
CMYK 0.65 0.48 0 0.05
HSL 224.33º 0.85% 0.64% -
HSV(B) 224.33º 0.65% 0.95% -
XYZ 26.87 22.9 86.22 -
YUV 125.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 84 125 241 0.65 0.48 0 0.05 224.33 0.85 0.64
Hex 54 7D F1 41 30 0 5 E0 55 40
Octal 124 175 361 101 60 0 5 340 125 100
Binary 1010100 1111101 11110001 1000001 110000 0 101 11100000 1010101 1000000

Color Harmonies of #547DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DF1

Black with #547DF1

Text Example


Text Example

White with #547DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,125,241); }

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

background-color css

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

 a { background-color: rgb(84,125,241); }

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

border-color css

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

 span { border-color: rgb(84,125,241); }

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