Html Css Color HEX #548DDB Cornflower Blue

📋 copy color: '#548DDB'

red 84 ◦ green 141 ◦ blue 219

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

Shades of Cornflower Blue #548DDB

Tints of Cornflower Blue #548DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.76%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 18.92%
G = 31.76%
B = 49.32%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548DDB (or 0x548DDB) is known color: Cornflower Blue. HEX triplet: 54, 8D and DB. RGB value is (84,141,219). Sum of RGB (Red+Green+Blue) = 84+141+219=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #548DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DDB is #AB7224. Grayscale: #848484. Windows color (decimal): -11235877 or 14388564. OLE color: 14388564.

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

Color convert

RGB 84 141 219 -
CMYK 0.62 0.36 0 0.14
HSL 214.67º 0.65% 0.59% -
HSV(B) 214.67º 0.62% 0.86% -
XYZ 25.97 26.05 70.68 -
YUV 132.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 84 141 219 0.62 0.36 0 0.14 214.67 0.65 0.59
Hex 54 8D DB 3E 24 0 E D7 41 3B
Octal 124 215 333 76 44 0 16 327 101 73
Binary 1010100 10001101 11011011 111110 100100 0 1110 11010111 1000001 111011

Color Harmonies of #548DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DDB

Black with #548DDB

Text Example


Text Example

White with #548DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,141,219); }

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

background-color css

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

 a { background-color: rgb(84,141,219); }

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

border-color css

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

 span { border-color: rgb(84,141,219); }

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