#5287F1

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

Shades of Cornflower Blue #5287F1

Tints of Cornflower Blue #5287F1

Color information

#5287F1 (or 0x5287F1) is unknown color: approx Cornflower Blue. HEX triplet: 52, 87 and F1. RGB value is (82,135,241). Sum of RGB (Red+Green+Blue) = 82+135+241=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #5287F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5287F1 is #AD780E. Grayscale: #828282. Windows color (decimal): -11368463 or 15828818. OLE color: 15828818.

HSL color Cylindrical-coordinate representation of color #5287F1: hue angle of 220º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5287F1 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82135241-
CMYK0.660.4400.05
HSL220º85.03%63.33%-
HSV(B)220º65.98%94.51%-
XYZ28.0225.4786.66-
YUV131.24189.9492.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.90%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 241 (94.53% from 255) = 52.62%
R=17.90%
G=29.48%
B=52.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal821352410.660.4400.0522085.0363.33
Hex5287F1422C05dc553f
Octal122207361102540533412577
Binary1010010100001111111000110000101011000101110111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5287F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5287F1; }

 p { color: rgb(82,135,241); }

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

<style>
 a { background-color: #5287F1; }

 a { background-color: rgb(82,135,241); }

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

<style>
 span { border-color: #5287F1; }

 span { border-color: rgb(82,135,241); }

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