#5992F2

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

Shades of Cornflower Blue #5992F2

Tints of Cornflower Blue #5992F2

Color information

#5992F2 (or 0x5992F2) is unknown color: approx Cornflower Blue. HEX triplet: 59, 92 and F2. RGB value is (89,146,242). Sum of RGB (Red+Green+Blue) = 89+146+242=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #5992F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992F2 is #A66D0D. Grayscale: #8B8B8B. Windows color (decimal): -10906894 or 15897177. OLE color: 15897177.

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

Color convert

RGB89146242-
CMYK0.630.4000.05
HSL217.65º85.47%64.9%-
HSV(B)217.65º63.22%94.9%-
XYZ30.4329.0988.02-
YUV139.9185.6291.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.66%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 242 (94.92% from 255) = 50.73%
R=18.66%
G=30.61%
B=50.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891462420.630.4000.05217.6585.4764.9
Hex5992F23F2805da5541
Octal131222362775005332125101
Binary1011001100100101111001011111110100001011101101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5992F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5992F2; }

 p { color: rgb(89,146,242); }

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

<style>
 a { background-color: #5992F2; }

 a { background-color: rgb(89,146,242); }

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

<style>
 span { border-color: #5992F2; }

 span { border-color: rgb(89,146,242); }

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