#5F9CFA

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

Shades of Cornflower Blue #5F9CFA

Tints of Cornflower Blue #5F9CFA

Color information

#5F9CFA (or 0x5F9CFA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9C and FA. RGB value is (95,156,250). Sum of RGB (Red+Green+Blue) = 95+156+250=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F9CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CFA is #A06305. Grayscale: #949494. Windows color (decimal): -10511110 or 16424031. OLE color: 16424031.

HSL color Cylindrical-coordinate representation of color #5F9CFA: hue angle of 216.39º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F9CFA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95156250-
CMYK0.620.3800.02
HSL216.39º93.94%67.65%-
HSV(B)216.39º62%98.04%-
XYZ33.8633.1195.05-
YUV148.48185.2989.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.96%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 250 (98.05% from 255) = 49.90%
R=18.96%
G=31.14%
B=49.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951562500.620.3800.02216.3993.9467.65
Hex5F9CFA3E2602d85e44
Octal137234372764602330136104
Binary101111110011100111110101111101001100101101100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,250); }

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

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

 a { background-color: rgb(95,156,250); }

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

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

 span { border-color: rgb(95,156,250); }

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