Html Css Color HEX #547DEF Cornflower Blue

📋 copy color: '#547DEF'

red 84 ◦ green 125 ◦ blue 239

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

Shades of Cornflower Blue #547DEF

Tints of Cornflower Blue #547DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 18.75%
G = 27.9%
B = 53.35%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#547DEF (or 0x547DEF) is known color: Cornflower Blue. HEX triplet: 54, 7D and EF. RGB value is (84,125,239). Sum of RGB (Red+Green+Blue) = 84+125+239=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #547DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547DEF is #AB8210. Grayscale: #7D7D7D. Windows color (decimal): -11239953 or 15695188. OLE color: 15695188.

HSL color Cylindrical-coordinate representation of color #547DEF: hue angle of 224.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #547DEF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 125 239 -
CMYK 0.65 0.48 0 0.06
HSL 224.13º 0.83% 0.63% -
HSV(B) 224.13º 0.65% 0.94% -
XYZ 26.57 22.78 84.66 -
YUV 125.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 84 125 239 0.65 0.48 0 0.06 224.13 0.83 0.63
Hex 54 7D EF 41 30 0 6 E0 53 3F
Octal 124 175 357 101 60 0 6 340 123 77
Binary 1010100 1111101 11101111 1000001 110000 0 110 11100000 1010011 111111

Color Harmonies of #547DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DEF

Black with #547DEF

Text Example


Text Example

White with #547DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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