#5288F5

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

Shades of Cornflower Blue #5288F5

Tints of Cornflower Blue #5288F5

Color information

#5288F5 (or 0x5288F5) is unknown color: approx Cornflower Blue. HEX triplet: 52, 88 and F5. RGB value is (82,136,245). Sum of RGB (Red+Green+Blue) = 82+136+245=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #5288F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5288F5 is #AD770A. Grayscale: #838383. Windows color (decimal): -11368203 or 16091218. OLE color: 16091218.

HSL color Cylindrical-coordinate representation of color #5288F5: hue angle of 220.12º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5288F5 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82136245-
CMYK0.670.4400.04
HSL220.12º89.07%64.12%-
HSV(B)220.12º66.53%96.08%-
XYZ28.7725.9989.89-
YUV132.28191.6192.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.71%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=17.71%
G=29.37%
B=52.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821362450.670.4400.04220.1289.0764.12
Hex5288F5432C04dc5940
Octal1222103651035404334131100
Binary10100101000100011110101100001110110001001101110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5288F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5288F5; }

 p { color: rgb(82,136,245); }

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

<style>
 a { background-color: #5288F5; }

 a { background-color: rgb(82,136,245); }

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

<style>
 span { border-color: #5288F5; }

 span { border-color: rgb(82,136,245); }

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