Html Css Color HEX #548BE0 Cornflower Blue

📋 copy color: '#548BE0'

red 84 ◦ green 139 ◦ blue 224

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

Shades of Cornflower Blue #548BE0

Tints of Cornflower Blue #548BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.1%

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 18.79%
G = 31.1%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#548BE0 (or 0x548BE0) is known color: Cornflower Blue. HEX triplet: 54, 8B and E0. RGB value is (84,139,224). Sum of RGB (Red+Green+Blue) = 84+139+224=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #548BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BE0 is #AB741F. Grayscale: #838383. Windows color (decimal): -11236384 or 14715732. OLE color: 14715732.

HSL color Cylindrical-coordinate representation of color #548BE0: hue angle of 216.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #548BE0 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 139 224 -
CMYK 0.62 0.38 0 0.12
HSL 216.43º 0.69% 0.6% -
HSV(B) 216.43º 0.63% 0.88% -
XYZ 26.34 25.73 74.1 -
YUV 132.25 179.78 93.59 -
System Red Green Blue C M Y K H S L
Decimal 84 139 224 0.62 0.38 0 0.12 216.43 0.69 0.6
Hex 54 8B E0 3E 26 0 C D8 45 3C
Octal 124 213 340 76 46 0 14 330 105 74
Binary 1010100 10001011 11100000 111110 100110 0 1100 11011000 1000101 111100

Color Harmonies of #548BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BE0

Black with #548BE0

Text Example


Text Example

White with #548BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,139,224); }

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

background-color css

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

 a { background-color: rgb(84,139,224); }

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

border-color css

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

 span { border-color: rgb(84,139,224); }

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