Html Css Color HEX #548FDC Cornflower Blue

📋 copy color: '#548FDC'

red 84 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #548FDC

Tints of Cornflower Blue #548FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 18.79%
G = 31.99%
B = 49.22%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548FDC (or 0x548FDC) is known color: Cornflower Blue. HEX triplet: 54, 8F and DC. RGB value is (84,143,220). Sum of RGB (Red+Green+Blue) = 84+143+220=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #548FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FDC is #AB7023. Grayscale: #858585. Windows color (decimal): -11235364 or 14454612. OLE color: 14454612.

HSL color Cylindrical-coordinate representation of color #548FDC: hue angle of 213.97º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548FDC is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 143 220 -
CMYK 0.62 0.35 0 0.14
HSL 213.97º 0.66% 0.6% -
HSV(B) 213.97º 0.62% 0.86% -
XYZ 26.4 26.7 71.47 -
YUV 134.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 84 143 220 0.62 0.35 0 0.14 213.97 0.66 0.6
Hex 54 8F DC 3E 23 0 E D6 42 3C
Octal 124 217 334 76 43 0 16 326 102 74
Binary 1010100 10001111 11011100 111110 100011 0 1110 11010110 1000010 111100

Color Harmonies of #548FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FDC

Black with #548FDC

Text Example


Text Example

White with #548FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,143,220); }

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

background-color css

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

 a { background-color: rgb(84,143,220); }

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

border-color css

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

 span { border-color: rgb(84,143,220); }

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