#5286F1

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

Shades of Cornflower Blue #5286F1

Tints of Cornflower Blue #5286F1

Color information

#5286F1 (or 0x5286F1) is unknown color: approx Cornflower Blue. HEX triplet: 52, 86 and F1. RGB value is (82,134,241). Sum of RGB (Red+Green+Blue) = 82+134+241=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #5286F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5286F1 is #AD790E. Grayscale: #828282. Windows color (decimal): -11368719 or 15828562. OLE color: 15828562.

HSL color Cylindrical-coordinate representation of color #5286F1: hue angle of 220.38º 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 #5286F1 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82134241-
CMYK0.660.4400.05
HSL220.38º85.03%63.33%-
HSV(B)220.38º65.98%94.51%-
XYZ27.8825.1986.61-
YUV130.65190.2793.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=17.94%
G=29.32%
B=52.74%

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
Decimal821342410.660.4400.05220.3885.0363.33
Hex5286F1422C05dc553f
Octal122206361102540533412577
Binary1010010100001101111000110000101011000101110111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5286F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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