Html Css Color HEX #548AFC Cornflower Blue

📋 copy color: '#548AFC'

red 84 ◦ green 138 ◦ blue 252

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

Shades of Cornflower Blue #548AFC

Tints of Cornflower Blue #548AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

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

R = 17.72%
G = 29.11%
B = 53.16%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#548AFC (or 0x548AFC) is known color: Cornflower Blue. HEX triplet: 54, 8A and FC. RGB value is (84,138,252). Sum of RGB (Red+Green+Blue) = 84+138+252=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #548AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #548AFC is #AB7503. Grayscale: #868686. Windows color (decimal): -11236612 or 16550484. OLE color: 16550484.

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

Color convert

RGB 84 138 252 -
CMYK 0.67 0.45 0 0.01
HSL 220.71º 0.97% 0.66% -
HSV(B) 220.71º 0.67% 0.99% -
XYZ 30.32 27.09 95.73 -
YUV 134.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 84 138 252 0.67 0.45 0 0.01 220.71 0.97 0.66
Hex 54 8A FC 43 2D 0 1 DD 61 42
Octal 124 212 374 103 55 0 1 335 141 102
Binary 1010100 10001010 11111100 1000011 101101 0 1 11011101 1100001 1000010

Color Harmonies of #548AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AFC

Black with #548AFC

Text Example


Text Example

White with #548AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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