Html Css Color HEX #5484DF Cornflower Blue

📋 copy color: '#5484DF'

red 84 ◦ green 132 ◦ blue 223

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

Shades of Cornflower Blue #5484DF

Tints of Cornflower Blue #5484DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 19.13%
G = 30.07%
B = 50.8%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5484DF (or 0x5484DF) is known color: Cornflower Blue. HEX triplet: 54, 84 and DF. RGB value is (84,132,223). Sum of RGB (Red+Green+Blue) = 84+132+223=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #5484DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484DF is #AB7B20. Grayscale: #7F7F7F. Windows color (decimal): -11238177 or 14648404. OLE color: 14648404.

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

Color convert

RGB 84 132 223 -
CMYK 0.62 0.41 0 0.13
HSL 219.28º 0.68% 0.6% -
HSV(B) 219.28º 0.62% 0.87% -
XYZ 25.23 23.72 73.06 -
YUV 128.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 84 132 223 0.62 0.41 0 0.13 219.28 0.68 0.6
Hex 54 84 DF 3E 29 0 D DB 44 3C
Octal 124 204 337 76 51 0 15 333 104 74
Binary 1010100 10000100 11011111 111110 101001 0 1101 11011011 1000100 111100

Color Harmonies of #5484DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5484DF

Black with #5484DF

Text Example


Text Example

White with #5484DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5484DF; }

 p { color: rgb(84,132,223); }

 H1.HeaderClassName
 {
   color: #5484DF;
 }
 .AnyTagClassName
 {
   color: #5484DF;
 }
</style>

background-color css

<style>
 a { background-color: #5484DF; }

 a { background-color: rgb(84,132,223); }

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

border-color css

<style>
 span { border-color: #5484DF; }

 span { border-color: rgb(84,132,223); }

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