#5785F9

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

Shades of Cornflower Blue #5785F9

Tints of Cornflower Blue #5785F9

Color information

#5785F9 (or 0x5785F9) is unknown color: approx Cornflower Blue. HEX triplet: 57, 85 and F9. RGB value is (87,133,249). Sum of RGB (Red+Green+Blue) = 87+133+249=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #5785F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5785F9 is #A87A06. Grayscale: #838383. Windows color (decimal): -11041287 or 16352599. OLE color: 16352599.

HSL color Cylindrical-coordinate representation of color #5785F9: hue angle of 222.96º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5785F9 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87133249-
CMYK0.650.4700.02
HSL222.96º93.1%65.88%-
HSV(B)222.96º65.06%97.65%-
XYZ29.4225.6493.02-
YUV132.47193.7695.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.55%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 249 (97.66% from 255) = 53.09%
R=18.55%
G=28.36%
B=53.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871332490.650.4700.02222.9693.165.88
Hex5785F9412F02df5d42
Octal1272053711015702337135102
Binary1010111100001011111100110000011011110101101111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5785F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5785F9; }

 p { color: rgb(87,133,249); }

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

<style>
 a { background-color: #5785F9; }

 a { background-color: rgb(87,133,249); }

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

<style>
 span { border-color: #5785F9; }

 span { border-color: rgb(87,133,249); }

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