Html Css Color HEX #548CFC Cornflower Blue

📋 copy color: '#548CFC'

red 84 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #548CFC

Tints of Cornflower Blue #548CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 17.65%
G = 29.41%
B = 52.94%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#548CFC (or 0x548CFC) is known color: Cornflower Blue. HEX triplet: 54, 8C and FC. RGB value is (84,140,252). Sum of RGB (Red+Green+Blue) = 84+140+252=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #548CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548CFC is #AB7303. Grayscale: #878787. Windows color (decimal): -11236100 or 16550996. OLE color: 16550996.

HSL color Cylindrical-coordinate representation of color #548CFC: hue angle of 220º degrees, saturation: 0.97, 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 #548CFC is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 140 252 -
CMYK 0.67 0.44 0 0.01
HSL 220º 0.97% 0.66% -
HSV(B) 220º 0.67% 0.99% -
XYZ 30.6 27.67 95.82 -
YUV 136.02 193.45 90.89 -
System Red Green Blue C M Y K H S L
Decimal 84 140 252 0.67 0.44 0 0.01 220 0.97 0.66
Hex 54 8C FC 43 2C 0 1 DC 61 42
Octal 124 214 374 103 54 0 1 334 141 102
Binary 1010100 10001100 11111100 1000011 101100 0 1 11011100 1100001 1000010

Color Harmonies of #548CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CFC

Black with #548CFC

Text Example


Text Example

White with #548CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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