#5482FE

Color #5482FE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5482FE

Tints of Cornflower Blue #5482FE

Color information

#5482FE (or 0x5482FE) is unknown color: approx Cornflower Blue. HEX triplet: 54, 82 and FE. RGB value is (84,130,254). Sum of RGB (Red+Green+Blue) = 84+130+254=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #5482FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5482FE is #AB7D01. Grayscale: #818181. Windows color (decimal): -11238658 or 16679508. OLE color: 16679508.

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

Color convert

RGB84130254-
CMYK0.670.4900.00
HSL223.76º98.84%66.27%-
HSV(B)223.76º66.93%99.61%-
XYZ29.5325.0197.04-
YUV130.38197.7694.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.95%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 254 (99.61% from 255) = 54.27%
R=17.95%
G=27.78%
B=54.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal841302540.670.4900.00223.7698.8466.27
Hex5482FE433100e06342
Octal1242023761036100340143102
Binary101010010000010111111101000011110001001110000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5482FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5482FE; }

 p { color: rgb(84,130,254); }

 H1.HeaderClassName
 {
   color: #5482FE;
 }
 .AnyTagClassName
 {
   color: #5482FE;
 }
</style>
background-color css

<style>
 a { background-color: #5482FE; }

 a { background-color: rgb(84,130,254); }

 div.DivClassName
 {
   background-color: #5482FE;
 }
 .BgClassName
 {
   background-color: #5482FE;
 }
</style>
border-color css

<style>
 span { border-color: #5482FE; }

 span { border-color: rgb(84,130,254); }

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