#5F9FE7

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

Shades of Cornflower Blue #5F9FE7

Tints of Cornflower Blue #5F9FE7

Color information

#5F9FE7 (or 0x5F9FE7) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9F and E7. RGB value is (95,159,231). Sum of RGB (Red+Green+Blue) = 95+159+231=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #5F9FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9FE7 is #A06018. Grayscale: #939393. Windows color (decimal): -10510361 or 15179615. OLE color: 15179615.

HSL color Cylindrical-coordinate representation of color #5F9FE7: hue angle of 211.76º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F9FE7 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95159231-
CMYK0.590.3100.09
HSL211.76º73.91%63.92%-
HSV(B)211.76º58.87%90.59%-
XYZ31.543380.31-
YUV148.07174.890.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.59%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 231 (90.62% from 255) = 47.63%
R=19.59%
G=32.78%
B=47.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal951592310.590.3100.09211.7673.9163.92
Hex5F9FE73B1F09d44a40
Octal1372373477337011324112100
Binary1011111100111111110011111101111111010011101010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9FE7; }

 p { color: rgb(95,159,231); }

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

<style>
 a { background-color: #5F9FE7; }

 a { background-color: rgb(95,159,231); }

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

<style>
 span { border-color: #5F9FE7; }

 span { border-color: rgb(95,159,231); }

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