#5F76FA

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

Shades of Cornflower Blue #5F76FA

Tints of Cornflower Blue #5F76FA

Color information

#5F76FA (or 0x5F76FA) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 76 and FA. RGB value is (95,118,250). Sum of RGB (Red+Green+Blue) = 95+118+250=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F76FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F76FA is #A08905. Grayscale: #7D7D7D. Windows color (decimal): -10520838 or 16414303. OLE color: 16414303.

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

Color convert

RGB95118250-
CMYK0.620.5300.02
HSL231.1º93.94%67.65%-
HSV(B)231.1º62%98.04%-
XYZ28.4522.2993.25-
YUV126.17197.88105.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.52%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 250 (98.05% from 255) = 54.00%
R=20.52%
G=25.49%
B=54.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951182500.620.5300.02231.193.9467.65
Hex5F76FA3E3502e75e44
Octal137166372766502347136104
Binary10111111110110111110101111101101010101110011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F76FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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