Html Css Color HEX #547DFD Cornflower Blue

📋 copy color: '#547DFD'

red 84 ◦ green 125 ◦ blue 253

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

Shades of Cornflower Blue #547DFD

Tints of Cornflower Blue #547DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 18.18%
G = 27.06%
B = 54.76%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#547DFD (or 0x547DFD) is known color: Cornflower Blue. HEX triplet: 54, 7D and FD. RGB value is (84,125,253). Sum of RGB (Red+Green+Blue) = 84+125+253=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #547DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547DFD is #AB8202. Grayscale: #7E7E7E. Windows color (decimal): -11239939 or 16612692. OLE color: 16612692.

HSL color Cylindrical-coordinate representation of color #547DFD: hue angle of 225.44º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #547DFD is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 125 253 -
CMYK 0.67 0.51 0 0.01
HSL 225.44º 0.98% 0.66% -
HSV(B) 225.44º 0.67% 0.99% -
XYZ 28.72 23.64 95.98 -
YUV 127.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 84 125 253 0.67 0.51 0 0.01 225.44 0.98 0.66
Hex 54 7D FD 43 33 0 1 E1 62 42
Octal 124 175 375 103 63 0 1 341 142 102
Binary 1010100 1111101 11111101 1000011 110011 0 1 11100001 1100010 1000010

Color Harmonies of #547DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DFD

Black with #547DFD

Text Example


Text Example

White with #547DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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