Html Css Color HEX #548CDF Cornflower Blue

📋 copy color: '#548CDF'

red 84 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #548CDF

Tints of Cornflower Blue #548CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 18.79%
G = 31.32%
B = 49.89%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#548CDF (or 0x548CDF) is known color: Cornflower Blue. HEX triplet: 54, 8C and DF. RGB value is (84,140,223). Sum of RGB (Red+Green+Blue) = 84+140+223=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #548CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CDF is #AB7320. Grayscale: #848484. Windows color (decimal): -11236129 or 14650452. OLE color: 14650452.

HSL color Cylindrical-coordinate representation of color #548CDF: hue angle of 215.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548CDF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 140 223 -
CMYK 0.62 0.37 0 0.13
HSL 215.83º 0.68% 0.6% -
HSV(B) 215.83º 0.62% 0.87% -
XYZ 26.35 25.97 73.44 -
YUV 132.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 84 140 223 0.62 0.37 0 0.13 215.83 0.68 0.6
Hex 54 8C DF 3E 25 0 D D8 44 3C
Octal 124 214 337 76 45 0 15 330 104 74
Binary 1010100 10001100 11011111 111110 100101 0 1101 11011000 1000100 111100

Color Harmonies of #548CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CDF

Black with #548CDF

Text Example


Text Example

White with #548CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548CDF; }

 p { color: rgb(84,140,223); }

 H1.HeaderClassName
 {
   color: #548CDF;
 }
 .AnyTagClassName
 {
   color: #548CDF;
 }
</style>

background-color css

<style>
 a { background-color: #548CDF; }

 a { background-color: rgb(84,140,223); }

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

border-color css

<style>
 span { border-color: #548CDF; }

 span { border-color: rgb(84,140,223); }

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