Html Css Color HEX #548EDE Cornflower Blue

📋 copy color: '#548EDE'

red 84 ◦ green 142 ◦ blue 222

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

Shades of Cornflower Blue #548EDE

Tints of Cornflower Blue #548EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.7%

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 18.75%
G = 31.7%
B = 49.55%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#548EDE (or 0x548EDE) is known color: Cornflower Blue. HEX triplet: 54, 8E and DE. RGB value is (84,142,222). Sum of RGB (Red+Green+Blue) = 84+142+222=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #548EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EDE is #AB7121. Grayscale: #858585. Windows color (decimal): -11235618 or 14585428. OLE color: 14585428.

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

Color convert

RGB 84 142 222 -
CMYK 0.62 0.36 0 0.13
HSL 214.78º 0.68% 0.6% -
HSV(B) 214.78º 0.62% 0.87% -
XYZ 26.51 26.5 72.83 -
YUV 133.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 84 142 222 0.62 0.36 0 0.13 214.78 0.68 0.6
Hex 54 8E DE 3E 24 0 D D7 44 3C
Octal 124 216 336 76 44 0 15 327 104 74
Binary 1010100 10001110 11011110 111110 100100 0 1101 11010111 1000100 111100

Color Harmonies of #548EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548EDE

Black with #548EDE

Text Example


Text Example

White with #548EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,142,222); }

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

background-color css

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

 a { background-color: rgb(84,142,222); }

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

border-color css

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

 span { border-color: rgb(84,142,222); }

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