#5F95FA

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

Shades of Cornflower Blue #5F95FA

Tints of Cornflower Blue #5F95FA

Color information

#5F95FA (or 0x5F95FA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 95 and FA. RGB value is (95,149,250). Sum of RGB (Red+Green+Blue) = 95+149+250=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F95FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F95FA is #A06A05. Grayscale: #8F8F8F. Windows color (decimal): -10512902 or 16422239. OLE color: 16422239.

HSL color Cylindrical-coordinate representation of color #5F95FA: hue angle of 219.1º 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 #5F95FA is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95149250-
CMYK0.620.4000.02
HSL219.1º93.94%67.65%-
HSV(B)219.1º62%98.04%-
XYZ32.7230.8394.67-
YUV144.37187.6192.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.23%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 250 (98.05% from 255) = 50.61%
R=19.23%
G=30.16%
B=50.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951492500.620.4000.02219.193.9467.65
Hex5F95FA3E2802db5e44
Octal137225372765002333136104
Binary101111110010101111110101111101010000101101101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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