Html Css Color HEX #548ADF Cornflower Blue

📋 copy color: '#548ADF'

red 84 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #548ADF

Tints of Cornflower Blue #548ADF

RGB

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

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

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

R = 18.88%
G = 31.01%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#548ADF (or 0x548ADF) is known color: Cornflower Blue. HEX triplet: 54, 8A and DF. RGB value is (84,138,223). Sum of RGB (Red+Green+Blue) = 84+138+223=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #548ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ADF is #AB7520. Grayscale: #838383. Windows color (decimal): -11236641 or 14649940. OLE color: 14649940.

HSL color Cylindrical-coordinate representation of color #548ADF: hue angle of 216.69º 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 #548ADF is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 138 223 -
CMYK 0.62 0.38 0 0.13
HSL 216.69º 0.68% 0.6% -
HSV(B) 216.69º 0.62% 0.87% -
XYZ 26.06 25.39 73.34 -
YUV 131.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 84 138 223 0.62 0.38 0 0.13 216.69 0.68 0.6
Hex 54 8A DF 3E 26 0 D D9 44 3C
Octal 124 212 337 76 46 0 15 331 104 74
Binary 1010100 10001010 11011111 111110 100110 0 1101 11011001 1000100 111100

Color Harmonies of #548ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548ADF

Black with #548ADF

Text Example


Text Example

White with #548ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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