Html Css Color HEX #548CDE Cornflower Blue

📋 copy color: '#548CDE'

red 84 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #548CDE

Tints of Cornflower Blue #548CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

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

R = 18.83%
G = 31.39%
B = 49.78%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#548CDE (or 0x548CDE) is known color: Cornflower Blue. HEX triplet: 54, 8C and DE. RGB value is (84,140,222). Sum of RGB (Red+Green+Blue) = 84+140+222=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #548CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CDE is #AB7321. Grayscale: #848484. Windows color (decimal): -11236130 or 14584916. OLE color: 14584916.

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

Color convert

RGB 84 140 222 -
CMYK 0.62 0.37 0 0.13
HSL 215.65º 0.68% 0.6% -
HSV(B) 215.65º 0.62% 0.87% -
XYZ 26.22 25.91 72.73 -
YUV 132.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 84 140 222 0.62 0.37 0 0.13 215.65 0.68 0.6
Hex 54 8C DE 3E 25 0 D D8 44 3C
Octal 124 214 336 76 45 0 15 330 104 74
Binary 1010100 10001100 11011110 111110 100101 0 1101 11011000 1000100 111100

Color Harmonies of #548CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CDE

Black with #548CDE

Text Example


Text Example

White with #548CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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