Html Css Color HEX #5488DC Cornflower Blue

📋 copy color: '#5488DC'

red 84 ◦ green 136 ◦ blue 220

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

Shades of Cornflower Blue #5488DC

Tints of Cornflower Blue #5488DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 19.09%
G = 30.91%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5488DC (or 0x5488DC) is known color: Cornflower Blue. HEX triplet: 54, 88 and DC. RGB value is (84,136,220). Sum of RGB (Red+Green+Blue) = 84+136+220=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #5488DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488DC is #AB7723. Grayscale: #818181. Windows color (decimal): -11237156 or 14452820. OLE color: 14452820.

HSL color Cylindrical-coordinate representation of color #5488DC: hue angle of 217.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5488DC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 136 220 -
CMYK 0.62 0.38 0 0.14
HSL 217.06º 0.66% 0.6% -
HSV(B) 217.06º 0.62% 0.86% -
XYZ 25.38 24.66 71.13 -
YUV 130.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 84 136 220 0.62 0.38 0 0.14 217.06 0.66 0.6
Hex 54 88 DC 3E 26 0 E D9 42 3C
Octal 124 210 334 76 46 0 16 331 102 74
Binary 1010100 10001000 11011100 111110 100110 0 1110 11011001 1000010 111100

Color Harmonies of #5488DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488DC

Black with #5488DC

Text Example


Text Example

White with #5488DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5488DC; }

 p { color: rgb(84,136,220); }

 H1.HeaderClassName
 {
   color: #5488DC;
 }
 .AnyTagClassName
 {
   color: #5488DC;
 }
</style>

background-color css

<style>
 a { background-color: #5488DC; }

 a { background-color: rgb(84,136,220); }

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

border-color css

<style>
 span { border-color: #5488DC; }

 span { border-color: rgb(84,136,220); }

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