Html Css Color HEX #5480FF Cornflower Blue

📋 copy color: '#5480FF'

red 84 ◦ green 128 ◦ blue 255

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

Shades of Cornflower Blue #5480FF

Tints of Cornflower Blue #5480FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 17.99%
G = 27.41%
B = 54.6%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5480FF (or 0x5480FF) is known color: Cornflower Blue. HEX triplet: 54, 80 and FF. RGB value is (84,128,255). Sum of RGB (Red+Green+Blue) = 84+128+255=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #5480FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5480FF is #AB7F00. Grayscale: #808080. Windows color (decimal): -11239169 or 16744532. OLE color: 16744532.

HSL color Cylindrical-coordinate representation of color #5480FF: hue angle of 224.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5480FF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 128 255 -
CMYK 0.67 0.50 0 0
HSL 224.56º 1% 0.66% -
HSV(B) 224.56º 0.67% 1% -
XYZ 29.43 24.54 97.79 -
YUV 129.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 84 128 255 0.67 0.50 0 0 224.56 1 0.66
Hex 54 80 FF 43 32 0 0 E1 64 42
Octal 124 200 377 103 62 0 0 341 144 102
Binary 1010100 10000000 11111111 1000011 110010 0 0 11100001 1100100 1000010

Color Harmonies of #5480FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5480FF

Black with #5480FF

Text Example


Text Example

White with #5480FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5480FF; }

 p { color: rgb(84,128,255); }

 H1.HeaderClassName
 {
   color: #5480FF;
 }
 .AnyTagClassName
 {
   color: #5480FF;
 }
</style>

background-color css

<style>
 a { background-color: #5480FF; }

 a { background-color: rgb(84,128,255); }

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

border-color css

<style>
 span { border-color: #5480FF; }

 span { border-color: rgb(84,128,255); }

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