#5995FD

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

Shades of Cornflower Blue #5995FD

Tints of Cornflower Blue #5995FD

Color information

#5995FD (or 0x5995FD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 95 and FD. RGB value is (89,149,253). Sum of RGB (Red+Green+Blue) = 89+149+253=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #5995FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5995FD is #A66A02. Grayscale: #8E8E8E. Windows color (decimal): -10906115 or 16618841. OLE color: 16618841.

HSL color Cylindrical-coordinate representation of color #5995FD: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5995FD is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB89149253-
CMYK0.650.4100.01
HSL218.05º97.62%67.06%-
HSV(B)218.05º64.82%99.22%-
XYZ32.630.7197.14-
YUV142.92190.1289.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.13%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=18.13%
G=30.35%
B=51.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891492530.650.4100.01218.0597.6267.06
Hex5995FD412901da6243
Octal1312253751015101332142103
Binary101100110010101111111011000001101001011101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5995FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5995FD; }

 p { color: rgb(89,149,253); }

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

<style>
 a { background-color: #5995FD; }

 a { background-color: rgb(89,149,253); }

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

<style>
 span { border-color: #5995FD; }

 span { border-color: rgb(89,149,253); }

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