#5290EE

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

Shades of Cornflower Blue #5290EE

Tints of Cornflower Blue #5290EE

Color information

#5290EE (or 0x5290EE) is unknown color: approx Cornflower Blue. HEX triplet: 52, 90 and EE. RGB value is (82,144,238). Sum of RGB (Red+Green+Blue) = 82+144+238=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #5290EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5290EE is #AD6F11. Grayscale: #878787. Windows color (decimal): -11366162 or 15634514. OLE color: 15634514.

HSL color Cylindrical-coordinate representation of color #5290EE: hue angle of 216.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5290EE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82144238-
CMYK0.660.3900.07
HSL216.15º82.11%62.75%-
HSV(B)216.15º65.55%93.33%-
XYZ28.8927.9184.75-
YUV136.18185.4689.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.67%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 238 (93.36% from 255) = 51.29%
R=17.67%
G=31.03%
B=51.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal821442380.660.3900.07216.1582.1162.75
Hex5290EE422707d8523f
Octal122220356102470733012277
Binary1010010100100001110111010000101001110111110110001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5290EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5290EE; }

 p { color: rgb(82,144,238); }

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

<style>
 a { background-color: #5290EE; }

 a { background-color: rgb(82,144,238); }

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

<style>
 span { border-color: #5290EE; }

 span { border-color: rgb(82,144,238); }

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