Html Css Color HEX #548ADB Cornflower Blue

📋 copy color: '#548ADB'

red 84 ◦ green 138 ◦ blue 219

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

Shades of Cornflower Blue #548ADB

Tints of Cornflower Blue #548ADB

RGB

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

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

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

R = 19.05%
G = 31.29%
B = 49.66%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#548ADB (or 0x548ADB) is known color: Cornflower Blue. HEX triplet: 54, 8A and DB. RGB value is (84,138,219). Sum of RGB (Red+Green+Blue) = 84+138+219=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #548ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ADB is #AB7524. Grayscale: #828282. Windows color (decimal): -11236645 or 14387796. OLE color: 14387796.

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

Color convert

RGB 84 138 219 -
CMYK 0.62 0.37 0 0.14
HSL 216º 0.65% 0.59% -
HSV(B) 216º 0.62% 0.86% -
XYZ 25.53 25.18 70.53 -
YUV 131.09 177.61 94.41 -
System Red Green Blue C M Y K H S L
Decimal 84 138 219 0.62 0.37 0 0.14 216 0.65 0.59
Hex 54 8A DB 3E 25 0 E D8 41 3B
Octal 124 212 333 76 45 0 16 330 101 73
Binary 1010100 10001010 11011011 111110 100101 0 1110 11011000 1000001 111011

Color Harmonies of #548ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548ADB

Black with #548ADB

Text Example


Text Example

White with #548ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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